summaryrefslogtreecommitdiff
path: root/lang/tclplugin
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/tclplugin
parentPORTNAME/PORTVERSION stuff (diff)
Convert to the PORTNAME - PORTVERSION syntax.
Notes
Notes: svn path=/head/; revision=27458
Diffstat (limited to 'lang/tclplugin')
-rw-r--r--lang/tclplugin/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/tclplugin/Makefile b/lang/tclplugin/Makefile
index c039f6df5d17..6323cb1ce507 100644
--- a/lang/tclplugin/Makefile
+++ b/lang/tclplugin/Makefile
@@ -1,15 +1,15 @@
# New ports collection makefile for: tclplugin2.0.3
-# Version required: 2.0.4-beta
# Date created: Sat Nov 8 10:46:42 CET 1997
# Whom: andreas
#
# $FreeBSD$
#
-DISTNAME= tclplug20-src
-PKGNAME= tclplugin-2.0
+PORTNAME= tclplugin
+PORTVERSION= 2.0
CATEGORIES= lang
MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/plugin/
+DISTNAME= tclplug20-src
MAINTAINER= ports@FreeBSD.org