Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/wistumbler2 net/wistumbler2: remove no-op SUBST block



details:   https://anonhg.NetBSD.org/pkgsrc/rev/383ba9479f0e
branches:  trunk
changeset: 430633:383ba9479f0e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 02 14:35:52 2020 +0000

description:
net/wistumbler2: remove no-op SUBST block

That file only contains the macro ETC_CFGFILE, not an absolute path.

diffstat:

 net/wistumbler2/Makefile.common |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (21 lines):

diff -r f98fcb35e5a0 -r 383ba9479f0e net/wistumbler2/Makefile.common
--- a/net/wistumbler2/Makefile.common   Sat May 02 14:33:20 2020 +0000
+++ b/net/wistumbler2/Makefile.common   Sat May 02 14:35:52 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2015/07/12 06:40:46 dholland Exp $
+# $NetBSD: Makefile.common,v 1.14 2020/05/02 14:35:52 rillig Exp $
 #
 # used by net/wistumbler2-gtk/Makefile
 
@@ -28,11 +28,5 @@
 CONF_FILES=            ${PREFIX}/share/examples/wistumbler2/wistumbler2.conf \
                        ${PKG_SYSCONFDIR}/wistumbler2.conf
 
-SUBST_CLASSES+=                conf
-SUBST_STAGE.conf=      pre-configure
-SUBST_FILES.conf=      src/userconf.c
-SUBST_SED.conf=                -e "s|/etc|${PKG_SYSCONFDIR}|g"
-SUBST_MESSAGE.conf=    Fixing path to configuration files.
-
 .include "../../net/libpcap/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"



Home | Main Index | Thread Index | Old Index