diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-22 21:31:57 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-22 21:31:57 +0000 |
commit | 8572d8bc6753a8451f8807eba0d5b186c367a354 (patch) | |
tree | d46d5035ca2da305ae94c2d75a9b67972d829c53 /www/mod_dtcl | |
parent | 34367285f1bca57fffde82c3681624f760837f9d (diff) | |
download | ports-8572d8bc6753a8451f8807eba0d5b186c367a354.tar.gz ports-8572d8bc6753a8451f8807eba0d5b186c367a354.zip |
Notes
Diffstat (limited to 'www/mod_dtcl')
-rw-r--r-- | www/mod_dtcl/Makefile | 5 | ||||
-rw-r--r-- | www/mod_dtcl/distinfo | 2 | ||||
-rw-r--r-- | www/mod_dtcl/files/Makefile.bsd | 4 | ||||
-rw-r--r-- | www/mod_dtcl/pkg-message | 4 | ||||
-rw-r--r-- | www/mod_dtcl/pkg-plist | 9 |
5 files changed, 18 insertions, 6 deletions
diff --git a/www/mod_dtcl/Makefile b/www/mod_dtcl/Makefile index 2ed9afe46b2d..1f5f08b5dc4d 100644 --- a/www/mod_dtcl/Makefile +++ b/www/mod_dtcl/Makefile @@ -6,8 +6,8 @@ # $FreeBSD$ # -DISTNAME= libapache-mod-dtcl_0.6.4-2 -PKGNAME= mod_dtcl-0.6.4.2 +DISTNAME= libapache-mod-dtcl_0.7.3-1 +PKGNAME= mod_dtcl-0.7.3.1 CATEGORIES= www tcl82 MASTER_SITES= http://master.debian.org/~davidw/mod_dtcl/ @@ -43,6 +43,5 @@ do-install: # but the comment in it suggests it should not be used # in a "production environment"... .endif - @ ${SH} ${PKGINSTALL} .include <bsd.port.mk> diff --git a/www/mod_dtcl/distinfo b/www/mod_dtcl/distinfo index 23635e3dfea6..e803d09d2226 100644 --- a/www/mod_dtcl/distinfo +++ b/www/mod_dtcl/distinfo @@ -1 +1 @@ -MD5 (libapache-mod-dtcl_0.6.4-2.tar.gz) = 2134a0b7ce40fc7bca48262ca6fa2423 +MD5 (libapache-mod-dtcl_0.7.3-1.tar.gz) = a66d2b624a24298e7c17f5aabf744a75 diff --git a/www/mod_dtcl/files/Makefile.bsd b/www/mod_dtcl/files/Makefile.bsd index e8d5430e7cab..23427ec2f0e5 100644 --- a/www/mod_dtcl/files/Makefile.bsd +++ b/www/mod_dtcl/files/Makefile.bsd @@ -14,8 +14,8 @@ LIB= mod_dtcl SHLIB_MAJOR=1 SHLIB_MINOR=0 -LDADD= -L${PREFIX}/lib -ltcl${TCL_NDVER} -LDFLAGS=${LDADD} -lm +LDADD= -L${PREFIX}/lib -ltcl${TCL_NDVER} -lm +LDFLAGS=${LDADD} NOPROFILE= True # to avoid building profiled library INTERNALLIB= True # to avoid building a static version diff --git a/www/mod_dtcl/pkg-message b/www/mod_dtcl/pkg-message index 633fb01bb0b1..923fa6dcbd33 100644 --- a/www/mod_dtcl/pkg-message +++ b/www/mod_dtcl/pkg-message @@ -7,4 +7,8 @@ Note, that the dtcl.tcl mentioned in the instructions is installed as /usr/local/share/doc/mod_dtcl/dtcl.tcl . + + The mentioning of mod_dtcl is already in the Apache's config + file, but it is commented out -- you have to uncomment it + manually. - diff --git a/www/mod_dtcl/pkg-plist b/www/mod_dtcl/pkg-plist index 4ac8b6ae1b21..0f4ee422c31f 100644 --- a/www/mod_dtcl/pkg-plist +++ b/www/mod_dtcl/pkg-plist @@ -1,11 +1,20 @@ libexec/apache/mod_dtcl.so +@exec %D/sbin/apxs -e -A -n dtcl %D/% share/doc/mod_dtcl/INSTALL.html +share/doc/mod_dtcl/Makefile.html share/doc/mod_dtcl/benchmark.html +share/doc/mod_dtcl/browse-source.html share/doc/mod_dtcl/dtcl-tcl.html share/doc/mod_dtcl/dtcl.gif +share/doc/mod_dtcl/dtcl.html share/doc/mod_dtcl/dtcl.tcl share/doc/mod_dtcl/examples.ttml +share/doc/mod_dtcl/globalscript.html +share/doc/mod_dtcl/infodebug.html +share/doc/mod_dtcl/mod_dtcl.html share/doc/mod_dtcl/readme.html share/doc/mod_dtcl/table.html +share/doc/mod_dtcl/testdtcl.html +share/doc/mod_dtcl/two-mode-mode.html share/doc/mod_dtcl/use.html @dirrm share/doc/mod_dtcl |