From f6159fbf7a88c697ec5fc8af9fa477c9d5f7c572 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Mon, 23 Jan 2006 07:04:10 +0000 Subject: 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` --- x11-clocks/bbdate/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'x11-clocks/bbdate/Makefile') 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 -- cgit v1.2.3