diff options
author | knu <knu@FreeBSD.org> | 2000-06-05 06:59:26 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-06-05 06:59:26 +0000 |
commit | 52d344a53cb8c85f444f9933b9905537d0b6694b (patch) | |
tree | d56cb79d2197ae9434765401f71341a5bab0594a /devel/cvsweb3 | |
parent | d626b533140bff5d340fb2b0f6e28749044ab29a (diff) | |
download | FreeBSD-ports-52d344a53cb8c85f444f9933b9905537d0b6694b.zip FreeBSD-ports-52d344a53cb8c85f444f9933b9905537d0b6694b.tar.gz |
Remove subdirectories too.
Diffstat (limited to 'devel/cvsweb3')
-rw-r--r-- | devel/cvsweb3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/cvsweb3/Makefile b/devel/cvsweb3/Makefile index ce6c059..5168b7f 100644 --- a/devel/cvsweb3/Makefile +++ b/devel/cvsweb3/Makefile @@ -48,11 +48,11 @@ do-install: ${MKDIR} ${PREFIX}/share/doc/cvsweb cd ${WRKSRC} && ${INSTALL_DATA} INSTALL README TODO ${PREFIX}/share/doc/cvsweb/ .endif -.if defined(PACKAGE_BUILDING) - @${ECHO} "@dirrm share/apache" >> ${TMPPLIST} -.endif post-install: +.if defined(PACKAGE_BUILDING) + ${ECHO} "@unexec rmdir -p %D/${CGIDIR} %D/${ICONSDIR} 2>/dev/null || true" >> ${TMPPLIST} +.endif @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |