summaryrefslogtreecommitdiff
path: root/x11-clocks/bbdate/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-clocks/bbdate/Makefile')
-rw-r--r--x11-clocks/bbdate/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-clocks/bbdate/Makefile b/x11-clocks/bbdate/Makefile
index 435757d2e5fc..3400fb5029f3 100644
--- a/x11-clocks/bbdate/Makefile
+++ b/x11-clocks/bbdate/Makefile
@@ -22,6 +22,7 @@ PLIST_FILES= bin/bbdate share/bbtools/README.bbdate \
share/bbtools/bbdate.style share/bbtools/bbtoolsrc.in
post-install:
- @${ECHO_CMD} "@dirrmtry share/bbtools" >> ${TMPPLIST}
+ @${ECHO_CMD} "@unexec rmdir %D/share/bbtools 2>/dev/null || true" \
+ >> ${TMPPLIST}
.include <bsd.port.mk>