summaryrefslogtreecommitdiffstats
path: root/x11-clocks
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2006-01-23 07:04:10 +0000
committerlinimon <linimon@FreeBSD.org>2006-01-23 07:04:10 +0000
commit3b6dedf061c6e56b7c164dfcb80890f7eafd76ba (patch)
tree8938dfe1d642e6f310e73055e165811e4b10b0d0 /x11-clocks
parent225fbcc4fe37d05602ca410c041ea9ecb6c6bc55 (diff)
downloadFreeBSD-ports-3b6dedf061c6e56b7c164dfcb80890f7eafd76ba.zip
FreeBSD-ports-3b6dedf061c6e56b7c164dfcb80890f7eafd76ba.tar.gz
Revert last commit. It is not possible (yet) to have the dirrmtry usage
in the post-install target. Its usage must preceed generate-plist. This problem needs to be revisited either in a rework of bsd.port.mk or each of these Makefiles. Hat: portmgr Pointy hat: edwin`
Diffstat (limited to 'x11-clocks')
-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 435757d..3400fb5 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>
OpenPOWER on IntegriCloud