aboutsummaryrefslogtreecommitdiff
path: root/devel/cvsweb
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 /devel/cvsweb
parent78a96568b81f92299739dd3446c5e01a6d0b04ec (diff)
downloadports-f6159fbf7a88c697ec5fc8af9fa477c9d5f7c572.tar.gz
ports-f6159fbf7a88c697ec5fc8af9fa477c9d5f7c572.zip
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 'devel/cvsweb')
-rw-r--r--devel/cvsweb/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/cvsweb/Makefile b/devel/cvsweb/Makefile
index ae355ef65933..dcbdcf136495 100644
--- a/devel/cvsweb/Makefile
+++ b/devel/cvsweb/Makefile
@@ -81,8 +81,7 @@ do-install:
post-install:
.if defined(PACKAGE_BUILDING)
- ${ECHO_CMD} "@dirrmtry ${CGIDIR}" >> ${TMPPLIST}
- ${ECHO_CMD} "@dirrmtry ${ICONSDIR}" >> ${TMPPLIST}
+ ${ECHO_CMD} "@unexec rmdir %D/${CGIDIR} %D/${ICONSDIR} 2>/dev/null || true" >> ${TMPPLIST}
.endif
@${CAT} ${PKGMESSAGE}