pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/snort Fixed a typo (SUBST_MESSAGE.cgi => SUBST_MES...
details: https://anonhg.NetBSD.org/pkgsrc/rev/04229b984e09
branches: trunk
changeset: 514780:04229b984e09
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Jun 18 00:25:26 2006 +0000
description:
Fixed a typo (SUBST_MESSAGE.cgi => SUBST_MESSAGE.paths) found by pkglint.
diffstat:
net/snort/Makefile.common | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 7e4235a5594b -r 04229b984e09 net/snort/Makefile.common
--- a/net/snort/Makefile.common Sun Jun 18 00:23:59 2006 +0000
+++ b/net/snort/Makefile.common Sun Jun 18 00:25:26 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.35 2006/06/06 18:51:52 adrianp Exp $
+# $NetBSD: Makefile.common,v 1.36 2006/06/18 00:25:26 rillig Exp $
#
DISTNAME= snort-2.4.5
@@ -51,10 +51,10 @@
SUBST_CLASSES+= paths
SUBST_STAGE.paths= post-patch
+SUBST_MESSAGE.paths= Fixing paths.
SUBST_FILES.paths= etc/snort.conf src/snort.c
SUBST_SED.paths= -e "s|@PREFIX@|${PREFIX}|g"
SUBST_SED.paths+= -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|g"
-SUBST_MESSAGE.cgi= Fixing paths.
post-install:
@${CP} ${WRKSRC}/etc/snort.conf ${WRKSRC}/etc/snort.conf.default
Home |
Main Index |
Thread Index |
Old Index