pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/snort
Module Name: pkgsrc
Committed By: rillig
Date: Sat Apr 25 20:13:50 UTC 2020
Modified Files:
pkgsrc/net/snort: Makefile
Log Message:
net/snort: clean up SUBST_FILES
src/snort.c neither contains "/usr" nor "../".
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/net/snort/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/snort/Makefile
diff -u pkgsrc/net/snort/Makefile:1.62 pkgsrc/net/snort/Makefile:1.63
--- pkgsrc/net/snort/Makefile:1.62 Sun Mar 8 16:50:59 2020
+++ pkgsrc/net/snort/Makefile Sat Apr 25 20:13:50 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2020/03/08 16:50:59 wiz Exp $
+# $NetBSD: Makefile,v 1.63 2020/04/25 20:13:50 rillig Exp $
#
DISTNAME= snort-2.9.15.1
@@ -67,7 +67,7 @@ CONF_FILES+= ${EGDIR}/rules/white_list.
SUBST_CLASSES+= paths
SUBST_STAGE.paths= pre-configure
-SUBST_FILES.paths= etc/snort.conf src/snort.c
+SUBST_FILES.paths= etc/snort.conf
SUBST_SED.paths= -e "s|/usr/local|${PREFIX}|g"
SUBST_SED.paths+= -e "s|../rules|rules|g"
SUBST_SED.paths+= -e "s|../so_rules|so_rules|g"
Home |
Main Index |
Thread Index |
Old Index