diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-01-23 07:04:10 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-01-23 07:04:10 +0000 |
commit | f6159fbf7a88c697ec5fc8af9fa477c9d5f7c572 (patch) | |
tree | ba6e57d5890ba57f1e0b09e25c2ee9a110064d4d /devel/cvsweb3 | |
parent | 78a96568b81f92299739dd3446c5e01a6d0b04ec (diff) | |
download | ports-f6159fbf7a88c697ec5fc8af9fa477c9d5f7c572.tar.gz ports-f6159fbf7a88c697ec5fc8af9fa477c9d5f7c572.zip |
Notes
Diffstat (limited to 'devel/cvsweb3')
-rw-r--r-- | devel/cvsweb3/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/cvsweb3/Makefile b/devel/cvsweb3/Makefile index a09b0a32f144..045388802df3 100644 --- a/devel/cvsweb3/Makefile +++ b/devel/cvsweb3/Makefile @@ -120,9 +120,7 @@ do-install: post-install: .if defined(PACKAGE_BUILDING) - ${ECHO_CMD} "@dirrmtry ${CGIDIR}" >> ${TMPPLIST} - ${ECHO_CMD} "@dirrmtry ${ICONSDIR}" >> ${TMPPLIST} - ${ECHO_CMD} "@dirrmtry ${CSSDIR}" >> ${TMPPLIST} + ${ECHO_CMD} "@unexec rmdir -p %D/${CGIDIR} %D/${ICONSDIR} %D/${CSSDIR} 2>/dev/null || true" >> ${TMPPLIST} .endif @${CAT} ${PKGMESSAGE} |