diff options
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 96f8f1f..3148b73 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 |