diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2001-06-02 13:42:09 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2001-06-02 13:42:09 +0000 |
commit | 9af76baced11e222a9ebffd9fcf8f1463fcd4b4d (patch) | |
tree | 35288173f46286c36e212ea9d1c619948d0d3153 /www/mod_dtcl/Makefile | |
parent | Update portupgrade to 1.42. (diff) |
Upgrade to the latest 0.10.1 version.
Diffstat (limited to 'www/mod_dtcl/Makefile')
-rw-r--r-- | www/mod_dtcl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/mod_dtcl/Makefile b/www/mod_dtcl/Makefile index e191738568c5..5f0c770ada28 100644 --- a/www/mod_dtcl/Makefile +++ b/www/mod_dtcl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mod_dtcl -PORTVERSION= 0.8.12 +PORTVERSION= 0.10.1 CATEGORIES= www tcl83 MASTER_SITES= http://tcl.apache.org/mod_dtcl/download/ @@ -23,7 +23,6 @@ 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 - ${MKDIR} ${PREFIX}/share/mod_dtcl .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/mod_dtcl ${INSTALL_DATA} ${WRKSRC}/docs/*.?tml ${WRKSRC}/docs/*.gif \ |