diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-06-05 05:47:02 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-06-05 05:47:02 +0000 |
commit | 86385a8dd1230fca1d6f3bdc9803f68587c3260c (patch) | |
tree | 3f34cab57352c7371afee396d49025945a5437a8 /devel | |
parent | c6404a1ea6c0256ed2fa61c9d940cd74adf69e61 (diff) | |
download | ports-86385a8dd1230fca1d6f3bdc9803f68587c3260c.tar.gz ports-86385a8dd1230fca1d6f3bdc9803f68587c3260c.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvsweb/Makefile | 3 | ||||
-rw-r--r-- | devel/cvsweb3/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/devel/cvsweb/Makefile b/devel/cvsweb/Makefile index 7b91154ffa2f..ce6c059a89ed 100644 --- a/devel/cvsweb/Makefile +++ b/devel/cvsweb/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} diff --git a/devel/cvsweb3/Makefile b/devel/cvsweb3/Makefile index 7b91154ffa2f..ce6c059a89ed 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} |