summaryrefslogtreecommitdiff
path: root/sysutils/bbapm
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2006-01-23 07:04:10 +0000
committerMark Linimon <linimon@FreeBSD.org>2006-01-23 07:04:10 +0000
commitf6159fbf7a88c697ec5fc8af9fa477c9d5f7c572 (patch)
treeba6e57d5890ba57f1e0b09e25c2ee9a110064d4d /sysutils/bbapm
parentupdate to 0.5.6 (diff)
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`
Notes
Notes: svn path=/head/; revision=154215
Diffstat (limited to 'sysutils/bbapm')
-rw-r--r--sysutils/bbapm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/bbapm/Makefile b/sysutils/bbapm/Makefile
index a51575cba33f..108b0cb81a35 100644
--- a/sysutils/bbapm/Makefile
+++ b/sysutils/bbapm/Makefile
@@ -38,6 +38,7 @@ do-install:
.endfor
post-install:
- @${ECHO_CMD} "@dirrmtry share/bbtools" >> ${TMPPLIST}
+ @${ECHO_CMD} "@unexec rmdir %D/share/bbtools 2>/dev/null || true" \
+ >> ${TMPPLIST}
.include <bsd.port.mk>