aboutsummaryrefslogtreecommitdiff
path: root/devel/cvsweb3
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-22 05:52:28 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-22 05:52:28 +0000
commitd568611c3eb334453c4a0352b61f081a623d72f1 (patch)
treec3c2e5147c98015eb1ada868e403a08ef31d9123 /devel/cvsweb3
parentf35229590b6b5b323c1b01abd2946e20fc1a0476 (diff)
downloadports-d568611c3eb334453c4a0352b61f081a623d72f1.tar.gz
ports-d568611c3eb334453c4a0352b61f081a623d72f1.zip
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@ PR: ports/88711 (related)
Notes
Notes: svn path=/head/; revision=154134
Diffstat (limited to 'devel/cvsweb3')
-rw-r--r--devel/cvsweb3/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/cvsweb3/Makefile b/devel/cvsweb3/Makefile
index 045388802df3..a09b0a32f144 100644
--- a/devel/cvsweb3/Makefile
+++ b/devel/cvsweb3/Makefile
@@ -120,7 +120,9 @@ do-install:
post-install:
.if defined(PACKAGE_BUILDING)
- ${ECHO_CMD} "@unexec rmdir -p %D/${CGIDIR} %D/${ICONSDIR} %D/${CSSDIR} 2>/dev/null || true" >> ${TMPPLIST}
+ ${ECHO_CMD} "@dirrmtry ${CGIDIR}" >> ${TMPPLIST}
+ ${ECHO_CMD} "@dirrmtry ${ICONSDIR}" >> ${TMPPLIST}
+ ${ECHO_CMD} "@dirrmtry ${CSSDIR}" >> ${TMPPLIST}
.endif
@${CAT} ${PKGMESSAGE}