diff options
Diffstat (limited to 'devel/cvsweb3/Makefile')
-rw-r--r-- | devel/cvsweb3/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/cvsweb3/Makefile b/devel/cvsweb3/Makefile index 7b91154..ce6c059 100644 --- a/devel/cvsweb3/Makefile +++ b/devel/cvsweb3/Makefile @@ -48,6 +48,9 @@ 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: @${CAT} ${PKGMESSAGE} |