diff options
author | adrianp <adrianp@pkgsrc.org> | 2004-09-23 20:01:34 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2004-09-23 20:01:34 +0000 |
commit | 791bdc4dc02390f666d13f955954ec1e41545fcd (patch) | |
tree | 7cf7661bcf745eaf670ead94b24eec16e213e00e /net/snort | |
parent | 75bb5de9cc207d523b190ed72abe79ea780db633 (diff) | |
download | pkgsrc-791bdc4dc02390f666d13f955954ec1e41545fcd.tar.gz |
Do a conditional remove of the share/snort directory so it does not conflict
with the new snort-contib package.
Diffstat (limited to 'net/snort')
-rw-r--r-- | net/snort/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/snort/PLIST b/net/snort/PLIST index aefae074e8b..ed0086acde6 100644 --- a/net/snort/PLIST +++ b/net/snort/PLIST @@ -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-misc.rules 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 |