diff options
author | taca <taca> | 2007-12-19 03:18:49 +0000 |
---|---|---|
committer | taca <taca> | 2007-12-19 03:18:49 +0000 |
commit | e79d3fab9b79af28c2817e48322f002ef4ab6975 (patch) | |
tree | 4a422b954f62b032396a93d6723da66bd6481370 /net/snort | |
parent | d114c3a5838e5b2891430167fea6f5dbe4a38c90 (diff) | |
download | pkgsrc-e79d3fab9b79af28c2817e48322f002ef4ab6975.tar.gz |
Remove an obsolete configuration file which already deleted from PLIST.
This change should fix a problem with CHECK_FILES=yes.
Diffstat (limited to 'net/snort')
-rw-r--r-- | net/snort/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/snort/Makefile b/net/snort/Makefile index aaa7692bc81..567d5ffe7a6 100644 --- a/net/snort/Makefile +++ b/net/snort/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2007/11/11 21:24:24 adrianp Exp $ +# $NetBSD: Makefile,v 1.35 2007/12/19 03:18:49 taca Exp $ # DISTNAME= snort-2.8.0 @@ -43,8 +43,6 @@ CONF_FILES+= ${EGDIR}/gen-msg.map \ ${PKG_SYSCONFDIR}/gen-msg.map CONF_FILES+= ${EGDIR}/generators \ ${PKG_SYSCONFDIR}/generators -CONF_FILES+= ${EGDIR}/sid \ - ${PKG_SYSCONFDIR}/sid CONF_FILES+= ${EGDIR}/sid-msg.map \ ${PKG_SYSCONFDIR}/sid-msg.map CONF_FILES+= ${EGDIR}/unicode.map \ |