pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/snort Do a conditional remove of the share/snort d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/55a5d199fc7a
branches:  trunk
changeset: 480997:55a5d199fc7a
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Thu Sep 23 20:01:34 2004 +0000

description:
Do a conditional remove of the share/snort directory so it does not conflict
with the new snort-contib package.

diffstat:

 net/snort/PLIST |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f49838f6f1bb -r 55a5d199fc7a net/snort/PLIST
--- a/net/snort/PLIST   Thu Sep 23 19:54:52 2004 +0000
+++ b/net/snort/PLIST   Thu Sep 23 20:01:34 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2004/09/21 15:50:26 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.17 2004/09/23 20:01:34 adrianp Exp $
 bin/snort
 man/man8/snort.8
 share/doc/snort/AUTHORS
@@ -2464,7 +2464,7 @@
 share/snort/rules/web-php.rules
 share/snort/rules/x11.rules
 @dirrm share/snort/rules
-@dirrm share/snort
+@unexec ${RMDIR} %D/share/snort 2>/dev/null || ${TRUE}
 @dirrm share/examples/snort
 @dirrm share/doc/snort/signatures
 @dirrm share/doc/snort



Home | Main Index | Thread Index | Old Index