diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-12 06:21:15 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-12 06:21:15 +0000 |
commit | 5cd5b258b59f63241fff7b2d0cdeda22c2138b33 (patch) | |
tree | 98671b38100211b23e9d578a8a5a241e41b8a707 /lang/otcl | |
parent | PORTNAME/PORTVERSION stuff (diff) |
Convert to the PORTNAME - PORTVERSION syntax.
Notes
Notes:
svn path=/head/; revision=27458
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/ |