diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 05:44:42 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 05:44:42 +0000 |
commit | dfee8150a0d59e2499214056965a4abbe8823b22 (patch) | |
tree | c05ef7727106d763a62cf489e2b9fed5e6f14b7d /devel/tclcl/Makefile | |
parent | PKGNAME was hiding within a script. (diff) |
Convert to PORTNAME/PORTVERSION.
Notes
Notes:
svn path=/head/; revision=27505
Diffstat (limited to 'devel/tclcl/Makefile')
-rw-r--r-- | devel/tclcl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/tclcl/Makefile b/devel/tclcl/Makefile index 7f0aaff2e5e5..0f9e832a7ece 100644 --- a/devel/tclcl/Makefile +++ b/devel/tclcl/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: tclcl -# Version required: 1.0b9 # Date created: 23 April 1999 # Whom: obonilla # # $FreeBSD$ # -DISTNAME= tclcl-src-1.0b9 -PKGNAME= tclcl-1.0b9 +PORTNAME= tclcl +PORTVERSION= 1.0b9 CATEGORIES= devel MASTER_SITES= http://www-mash.cs.berkeley.edu/dist/ +DISTNAME= tclcl-src-1.0b9 MAINTAINER= obonilla@fisicc-ufm.edu |