diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 09:11:24 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 09:11:24 +0800 |
commit | bb9d737e5bea9b718df6ba1218667130f3e8585c (patch) | |
tree | b595a4844124c67233b9ad67ebd2502776636b48 /lang/ruby-tcltklib/Makefile | |
parent | afbb40eec42236f7cb78f0a6aeb6a9e4b97143d8 (diff) | |
download | freebsd-ports-gnome-bb9d737e5bea9b718df6ba1218667130f3e8585c.tar.gz freebsd-ports-gnome-bb9d737e5bea9b718df6ba1218667130f3e8585c.tar.zst freebsd-ports-gnome-bb9d737e5bea9b718df6ba1218667130f3e8585c.zip |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'lang/ruby-tcltklib/Makefile')
-rw-r--r-- | lang/ruby-tcltklib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/ruby-tcltklib/Makefile b/lang/ruby-tcltklib/Makefile index 507078e1e92a..f43db79c8861 100644 --- a/lang/ruby-tcltklib/Makefile +++ b/lang/ruby-tcltklib/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: rubytk -# Version required: 1.4.3 # Date created: 15 March 1999 # Whom: Yasuhiro Fukuma <yasuf@big.or.jp> # # $FreeBSD$ # -DISTNAME= ruby-${VERSION} -PKGNAME?= rubytk-${VERSION} +PORTNAME?= rubytk +PORTVERSION?= 1.4.3 CATEGORIES?= x11-toolkits MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/${BRANCH_NAME}/ \ ftp://ftp.TokyoNet.AD.JP/pub/misc/ruby/${BRANCH_NAME}/ \ @@ -15,6 +14,7 @@ MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/${BRANCH_NAME}/ \ ftp://blade.nagaokaut.ac.jp/pub/lang/ruby/${BRANCH_NAME}/ \ ftp://ftp.krnet.ne.jp/pub/ruby/${BRANCH_NAME}/ \ ftp://mirror.nucba.ac.jp/mirror/ruby/${BRANCH_NAME}/ +DISTNAME= ruby-${PORTVERSION} MAINTAINER?= yasuf@big.or.jp |