pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/wistumbler2



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May  2 14:35:52 UTC 2020

Modified Files:
        pkgsrc/net/wistumbler2: Makefile.common

Log Message:
net/wistumbler2: remove no-op SUBST block

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


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/wistumbler2/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/wistumbler2/Makefile.common
diff -u pkgsrc/net/wistumbler2/Makefile.common:1.13 pkgsrc/net/wistumbler2/Makefile.common:1.14
--- pkgsrc/net/wistumbler2/Makefile.common:1.13 Sun Jul 12 06:40:46 2015
+++ pkgsrc/net/wistumbler2/Makefile.common      Sat May  2 14:35:52 2020
@@ -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 @@ MAKE_FLAGS=          PREFIX=${DESTDIR}${PREFIX}
 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