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 /x11-toolkits/tkstep80 | |
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 'x11-toolkits/tkstep80')
-rw-r--r-- | x11-toolkits/tkstep80/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/tkstep80/Makefile b/x11-toolkits/tkstep80/Makefile index 96f8f1f425de..3148b73da8d2 100644 --- a/x11-toolkits/tkstep80/Makefile +++ b/x11-toolkits/tkstep80/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: TkStep -# Version required: 8.0p2 # Date created: 06 November 1997 # Whom: Thomas Gellekum <tg@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= tk8.0.4 -PKGNAME= tkstep-8.0.4 +PORTNAME= tkstep +PORTVERSION= 8.0.4 CATEGORIES= x11-toolkits tk80 MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_0/ +DISTNAME= tk${PORTVERSION} PATCH_SITES= ftp://touchwood.ee.uts.edu.au/pub/TkSTEP/ PATCHFILES= tk8.0.4-to-tkstep8.0.4-2.patch.tar.gz |