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/Makefile | |
parent | Remove RESTRICTED entry...source/binaries may be distributed; not that this (diff) |
Update port to 0.7.3-1
PR: 16792
Submitted by: Maintainer
Diffstat (limited to 'www/mod_dtcl/Makefile')
-rw-r--r-- | www/mod_dtcl/Makefile | 5 |
1 files changed, 2 insertions, 3 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> |