pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/snort net/snort: clean up SUBST_FILES



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fdbd6852abbb
branches:  trunk
changeset: 428195:fdbd6852abbb
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Apr 25 20:13:50 2020 +0000

description:
net/snort: clean up SUBST_FILES

src/snort.c neither contains "/usr" nor "../".

diffstat:

 net/snort/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d403e3082716 -r fdbd6852abbb net/snort/Makefile
--- a/net/snort/Makefile        Sat Apr 25 20:04:23 2020 +0000
+++ b/net/snort/Makefile        Sat Apr 25 20:13:50 2020 +0000
@@ -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 @@
 
 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