diff options
author | rillig <rillig@pkgsrc.org> | 2006-06-18 00:25:26 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-06-18 00:25:26 +0000 |
commit | 33d47824d24cb77c7026263b223df89b77718303 (patch) | |
tree | c0915899eed86a2f736f24f1772e7b3a74abb7d4 /net | |
parent | 4d4c71af880e61c881e8a73067aac7fe91de2611 (diff) | |
download | pkgsrc-33d47824d24cb77c7026263b223df89b77718303.tar.gz |
Fixed a typo (SUBST_MESSAGE.cgi => SUBST_MESSAGE.paths) found by pkglint.
Diffstat (limited to 'net')
-rw-r--r-- | net/snort/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/snort/Makefile.common b/net/snort/Makefile.common index 5508be4bcb3..e3404c631e6 100644 --- a/net/snort/Makefile.common +++ b/net/snort/Makefile.common @@ -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 @@ SNORTDIR= ${PREFIX}/share/snort 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 |