diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-22 22:34:07 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-22 22:34:07 +0000 |
commit | 510ecb498f70089e586d83bb3ed7b68a5151bd39 (patch) | |
tree | 8f384af46ae0bd00f9ec231d29883ba2f8caef50 /www/mod_dtcl/Makefile | |
parent | Activate kbubbles (diff) |
Correctly update port to 0.7.3-1 (different patches obtained from
Maintainer)
Submitted by: Maintainer
Diffstat (limited to 'www/mod_dtcl/Makefile')
-rw-r--r-- | www/mod_dtcl/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/mod_dtcl/Makefile b/www/mod_dtcl/Makefile index 1f5f08b5dc4d..b2497d18cd2c 100644 --- a/www/mod_dtcl/Makefile +++ b/www/mod_dtcl/Makefile @@ -26,11 +26,13 @@ MANCOMPRESSED= no do-install: ${INSTALL_DATA} ${WRKSRC}/libmod_dtcl.so.1* \ ${PREFIX}/libexec/apache/mod_dtcl.so + ${PREFIX}/sbin/apxs -e -A -n dtcl ${PREFIX}/libexec/apache/mod_dtcl.so ${INSTALL_PROGRAM} ${WRKSRC}/testdtcl ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/testdtcl.1 ${PREFIX}/man/man1/ - ${MKDIR} ${PREFIX}/share/doc/mod_dtcl - ${INSTALL_DATA} ${WRKSRC}/dtcl.tcl ${PREFIX}/share/doc/mod_dtcl + ${MKDIR} ${PREFIX}/share/mod_dtcl + ${INSTALL_DATA} ${WRKSRC}/*.tcl ${PREFIX}/share/mod_dtcl .if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/mod_dtcl ${INSTALL_DATA} ${WRKSRC}/*.?tml ${WRKSRC}/*.gif \ ${PREFIX}/share/doc/mod_dtcl ${CAT} ${PKGMESSAGE} @@ -39,7 +41,7 @@ do-install: # file:/${WRKSRC}/INSTALL.html # for information on how to proceed to enable mod_dtcl. # Note, that the dtcl.tcl mentioned there is installed as - # ${PREFIX}/share/doc/mod_dtcl/dtcl.tcl + # ${PREFIX}/share/mod_dtcl/dtcl.tcl # but the comment in it suggests it should not be used # in a "production environment"... .endif |