diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 01:11:24 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 01:11:24 +0000 |
commit | 458db42f260579cff064d493ad91eb833dd7f27f (patch) | |
tree | 68be2a9f82a8de971c7ce08aa167173fa22921d9 /x11-toolkits/tk82 | |
parent | dc0a03c770c17ad7a808a70e5ea26d2ae7efbf21 (diff) | |
download | ports-458db42f260579cff064d493ad91eb833dd7f27f.tar.gz ports-458db42f260579cff064d493ad91eb833dd7f27f.zip |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27434
Diffstat (limited to 'x11-toolkits/tk82')
-rw-r--r-- | x11-toolkits/tk82/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/tk82/Makefile b/x11-toolkits/tk82/Makefile index 3737698b9dfc..7344789d1824 100644 --- a/x11-toolkits/tk82/Makefile +++ b/x11-toolkits/tk82/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: tk -# Version required: 8.2.3 # Date created: 19 August 1997 # Whom: jkh # # $FreeBSD$ # -DISTNAME= tk8.2.3 -PKGNAME= tk-8.2.3 +PORTNAME= tk +PORTVERSION= 8.2.3 CATEGORIES= x11-toolkits tk82 MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_2/ +DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= jseger@FreeBSD.org |