summaryrefslogtreecommitdiffstats
path: root/mail/bbmail
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-01-22 05:52:28 +0000
committeredwin <edwin@FreeBSD.org>2006-01-22 05:52:28 +0000
commitc4a26e854bc716521cc036b6b2af382ca3e9f354 (patch)
treea083545526674c69152efa5a6d9d6c36905a818d /mail/bbmail
parent3741cfb89629b7acd480b6f6e5c942f8fe50106b (diff)
downloadFreeBSD-ports-c4a26e854bc716521cc036b6b2af382ca3e9f354.zip
FreeBSD-ports-c4a26e854bc716521cc036b6b2af382ca3e9f354.tar.gz
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@ PR: ports/88711 (related)
Diffstat (limited to 'mail/bbmail')
-rw-r--r--mail/bbmail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/bbmail/Makefile b/mail/bbmail/Makefile
index b59e7a3..9df1f77 100644
--- a/mail/bbmail/Makefile
+++ b/mail/bbmail/Makefile
@@ -22,7 +22,7 @@ MAN1= bbmail.1
PLIST_FILES= bin/bbmail share/bbtools/bbmail.bb
post-install:
- @${ECHO_CMD} "@unexec rmdir %D/share/bbtools 2>/dev/null || true" \
+ @${ECHO_CMD} "@dirrmtry share/bbtools" \
>> ${TMPPLIST}
.include <bsd.port.mk>
OpenPOWER on IntegriCloud