diff options
Diffstat (limited to 'devel/tclgetopts/Makefile')
-rw-r--r-- | devel/tclgetopts/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/tclgetopts/Makefile b/devel/tclgetopts/Makefile index 3419ef903fd8..6e1962e3c472 100644 --- a/devel/tclgetopts/Makefile +++ b/devel/tclgetopts/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: tcl-getopt -# Version required: 1.0 # Date created: Mar 18, 1999 # Whom: mi # # $FreeBSD$ # -DISTNAME= tclGetOpts -PKGNAME= tclGetOpts-1.0 +PORTNAME= tclGetOpts +PORTVERSION= 1.0 CATEGORIES= devel tcl76 tcl80 tcl82 MASTER_SITES= ftp://ftp.neosoft.com/languages/tcl/alcatel/code/ \ http://www.neosoft.com/tcl/ftparchive/alcatel/code/ +DISTNAME= ${PORTNAME} MAINTAINER= mi@aldan.algebra.com |