diff options
author | pav <pav@FreeBSD.org> | 2011-02-14 06:17:19 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-02-14 06:17:19 +0800 |
commit | 5f4125b3d0b225a489865d85f1144b25eb9bad08 (patch) | |
tree | c476a6826755fbd5aa82eef8a635d88f7bb5e7c3 /security | |
parent | 22ed16a49bbe46e2dd28a3f671d1197c2906714d (diff) | |
download | freebsd-ports-graphics-5f4125b3d0b225a489865d85f1144b25eb9bad08.tar.gz freebsd-ports-graphics-5f4125b3d0b225a489865d85f1144b25eb9bad08.tar.zst freebsd-ports-graphics-5f4125b3d0b225a489865d85f1144b25eb9bad08.zip |
- Remove stray cmd from plist that created bogus file on pkg_add
Reported by: pointyhat
Diffstat (limited to 'security')
-rw-r--r-- | security/snort/Makefile | 1 | ||||
-rw-r--r-- | security/snort/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile index 86efb550e2e..c59ac80892e 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -7,6 +7,7 @@ PORTNAME= snort PORTVERSION= 2.9.0.4 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF/snort/snort diff --git a/security/snort/pkg-plist b/security/snort/pkg-plist index 6f012159809..53998b9960c 100644 --- a/security/snort/pkg-plist +++ b/security/snort/pkg-plist @@ -11,7 +11,6 @@ etc/snort/gen-msg.map-sample @unexec if cmp -s %D/etc/snort/reference.config-sample %D/etc/snort/reference.config; then rm -f %D/etc/snort/reference.config; fi etc/snort/reference.config-sample @exec if [ ! -f %D/etc/snort/reference.config ] ; then cp -p %D/%F %B/reference.config; fi -@exec if [ ! -f %D/etc/snort/sid-msg.map ] ; then cp -p %D/%F %B/sid-msg.map; fi @unexec if cmp -s %D/etc/snort/snort.conf-sample %D/etc/snort/snort.conf; then rm -f %D/etc/snort/snort.conf; fi etc/snort/snort.conf-sample @exec if [ ! -f %D/etc/snort/snort.conf ] ; then cp -p %D/%F %B/snort.conf; fi |