diff options
author | asami <asami@FreeBSD.org> | 2000-04-14 05:44:42 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-14 05:44:42 +0000 |
commit | 0ea083c38191c42dceadbe34e683b134593d8d8d (patch) | |
tree | 1ef8624821aed4ffb394c869ad1b8cda948a3c14 /devel/vtcl | |
parent | 67ccb4392231d49ee2e7254508fde92d6dba0349 (diff) | |
download | FreeBSD-ports-0ea083c38191c42dceadbe34e683b134593d8d8d.zip FreeBSD-ports-0ea083c38191c42dceadbe34e683b134593d8d8d.tar.gz |
Convert to PORTNAME/PORTVERSION.
Diffstat (limited to 'devel/vtcl')
-rw-r--r-- | devel/vtcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/vtcl/Makefile b/devel/vtcl/Makefile index ede945c..1c309ce 100644 --- a/devel/vtcl/Makefile +++ b/devel/vtcl/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: vtcl -# Version required: 1.2.0 # Date Created: 29 May 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # # $FreeBSD$ # -DISTNAME= vtcl-1.2.0 +PORTNAME= vtcl +PORTVERSION= 1.2.0 CATEGORIES= devel tk82 MASTER_SITES= ftp://ftp.neuron.com/pub/vtcl/development/1.2/ |