diff options
author | jschauma <jschauma> | 2002-10-09 14:35:39 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2002-10-09 14:35:39 +0000 |
commit | 283a58edb1543794de0f015cf5c031c5f81c9a4c (patch) | |
tree | 4b237a278309e7cf76f30c6aec31a0d2e7c6668d /mail/bbmail | |
parent | e09db36ab84dba8d06d309a2f95cdac2e3c146cd (diff) | |
download | pkgsrc-283a58edb1543794de0f015cf5c031c5f81c9a4c.tar.gz |
Don't complain if we can't remove ${PREFIX}/share/bbtools - other packages
might need the directory.
Diffstat (limited to 'mail/bbmail')
-rw-r--r-- | mail/bbmail/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/bbmail/PLIST b/mail/bbmail/PLIST index 72b79f38362..2f8e4c5314f 100644 --- a/mail/bbmail/PLIST +++ b/mail/bbmail/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/30 02:07:34 jschauma Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/10/09 14:35:39 jschauma Exp $ bin/bbmail man/man1/bbmail.1 share/bbtools/bbmail.bb -@dirrm share/bbtools +@unexec ${RMDIR} %D/share/bbtools 2>/dev/null || ${TRUE} |