summaryrefslogtreecommitdiff
path: root/lang/tclX80
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-04-12 06:21:15 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-04-12 06:21:15 +0000
commit5cd5b258b59f63241fff7b2d0cdeda22c2138b33 (patch)
tree98671b38100211b23e9d578a8a5a241e41b8a707 /lang/tclX80
parentPORTNAME/PORTVERSION stuff (diff)
Convert to the PORTNAME - PORTVERSION syntax.
Notes
Notes: svn path=/head/; revision=27458
Diffstat (limited to 'lang/tclX80')
-rw-r--r--lang/tclX80/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/tclX80/Makefile b/lang/tclX80/Makefile
index 2593ffa18262..672f51b93730 100644
--- a/lang/tclX80/Makefile
+++ b/lang/tclX80/Makefile
@@ -1,15 +1,15 @@
# New ports collection makefile for: tclX
-# Version required: 8.0.4
# Date created: 6 February 1996
# Whom: jkh
#
# $FreeBSD$
#
-DISTNAME= tclX8.0.4
-PKGNAME= tclX-8.0.4
+PORTNAME= tclX
+PORTVERSION= 8.0.4
CATEGORIES= lang tcl80 tk80
MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/tclx-distrib/
+DISTNAME= tclX8.0.4
MAINTAINER= jseger@FreeBSD.org