summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-02 14:35:52 +0000
committerrillig <rillig@pkgsrc.org>2020-05-02 14:35:52 +0000
commit86bf8911dc384f2708d973464310dc3a5758a0b3 (patch)
tree68294b62b6fc1c8ad1f8e246ff9f8a709bc31549 /net
parent65a640ef628dd8dd5aec1f8942898d785dd05e22 (diff)
downloadpkgsrc-86bf8911dc384f2708d973464310dc3a5758a0b3.tar.gz
net/wistumbler2: remove no-op SUBST block
That file only contains the macro ETC_CFGFILE, not an absolute path.
Diffstat (limited to 'net')
-rw-r--r--net/wistumbler2/Makefile.common8
1 files changed, 1 insertions, 7 deletions
diff --git a/net/wistumbler2/Makefile.common b/net/wistumbler2/Makefile.common
index 87917e9beb1..abe5207616b 100644
--- a/net/wistumbler2/Makefile.common
+++ b/net/wistumbler2/Makefile.common
@@ -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"