diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2014-04-21 09:14:53 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2014-04-21 09:14:53 +0800 |
commit | d82251d8694d75650cdf2dff7ca96e8f401b10a0 (patch) | |
tree | 29c21ef4643c2e80bbb495e2ef81216309e740b4 /security/snort | |
parent | a27d93fdfe0d297bfe3376fcee7a129f1667e8c5 (diff) | |
download | freebsd-ports-gnome-d82251d8694d75650cdf2dff7ca96e8f401b10a0.tar.gz freebsd-ports-gnome-d82251d8694d75650cdf2dff7ca96e8f401b10a0.tar.zst freebsd-ports-gnome-d82251d8694d75650cdf2dff7ca96e8f401b10a0.zip |
- Fix plist to have proper 'rmdir DIR' ordering.
Pkgng will not detect the directory otherwise. This was due to
incorrectly advise in the check-stagedir.sh script, fixed in
r351587
With hat: portmgr
Diffstat (limited to 'security/snort')
-rw-r--r-- | security/snort/Makefile | 1 | ||||
-rw-r--r-- | security/snort/pkg-plist | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile index 881a38796cb6..fbcc7b4a3a09 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -3,6 +3,7 @@ PORTNAME= snort PORTVERSION= 2.9.6.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF/snort/snort \ http://mirrors.rit.edu/zi/ diff --git a/security/snort/pkg-plist b/security/snort/pkg-plist index 53912c624239..8ca1e499c047 100644 --- a/security/snort/pkg-plist +++ b/security/snort/pkg-plist @@ -257,7 +257,7 @@ src/snort_dynamicsrc/stream_api.h src/snort_dynamicsrc/treenodes.h src/snort_dynamicsrc/util_unfold.c src/snort_dynamicsrc/util_unfold.h -@unexec rmdir >/dev/null 2>&1 /var/log/snort || : +@unexec rmdir "/var/log/snort" >/dev/null 2>&1 || : @dirrmtry src/snort_dynamicsrc @dirrmtry src %%PORTDOCS%%@dirrm %%DOCSDIR%% |