diff options
Diffstat (limited to 'devel/cvsweb/Makefile')
-rw-r--r-- | devel/cvsweb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/cvsweb/Makefile b/devel/cvsweb/Makefile index dcbdcf136495..ae355ef65933 100644 --- a/devel/cvsweb/Makefile +++ b/devel/cvsweb/Makefile @@ -81,7 +81,8 @@ do-install: post-install: .if defined(PACKAGE_BUILDING) - ${ECHO_CMD} "@unexec rmdir %D/${CGIDIR} %D/${ICONSDIR} 2>/dev/null || true" >> ${TMPPLIST} + ${ECHO_CMD} "@dirrmtry ${CGIDIR}" >> ${TMPPLIST} + ${ECHO_CMD} "@dirrmtry ${ICONSDIR}" >> ${TMPPLIST} .endif @${CAT} ${PKGMESSAGE} |