diff options
author | obrien <obrien@FreeBSD.org> | 2000-04-12 14:21:15 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-04-12 14:21:15 +0800 |
commit | 279d0c568395b4252ea7d025ef414367c67379c0 (patch) | |
tree | 8f72921d00682487baa00cb9380ca8975f5469ce /lang/otcl | |
parent | 98e3a046d36f9f73a339aeedddb8c7f75429c5fe (diff) | |
download | freebsd-ports-gnome-279d0c568395b4252ea7d025ef414367c67379c0.tar.gz freebsd-ports-gnome-279d0c568395b4252ea7d025ef414367c67379c0.tar.zst freebsd-ports-gnome-279d0c568395b4252ea7d025ef414367c67379c0.zip |
Convert to the PORTNAME - PORTVERSION syntax.
Diffstat (limited to 'lang/otcl')
-rw-r--r-- | lang/otcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/otcl/Makefile b/lang/otcl/Makefile index eb2f4959fb30..c82aedd43a5c 100644 --- a/lang/otcl/Makefile +++ b/lang/otcl/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: otcl -# Version required: 1.0a5 # Date created: 23 April 1999 # Whom: obonilla # # $FreeBSD$ # -DISTNAME= otcl-1.0a5 +PORTNAME= otcl +PORTVERSION= 1.0a5 CATEGORIES= lang MASTER_SITES= http://www-mash.cs.berkeley.edu/dist/ |