summaryrefslogtreecommitdiff
path: root/mail/bbmail
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2002-10-09 14:35:39 +0000
committerjschauma <jschauma@pkgsrc.org>2002-10-09 14:35:39 +0000
commitb27f4cee3fc15efa566dc6595de625920decf803 (patch)
tree4b237a278309e7cf76f30c6aec31a0d2e7c6668d /mail/bbmail
parent9508b04929f1d38ae3671957587dc953e8dfb9f3 (diff)
downloadpkgsrc-b27f4cee3fc15efa566dc6595de625920decf803.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/PLIST4
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}