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/gcl | |
parent | PORTNAME/PORTVERSION stuff (diff) |
Convert to the PORTNAME - PORTVERSION syntax.
Notes
Notes:
svn path=/head/; revision=27458
Diffstat (limited to 'lang/gcl')
-rw-r--r-- | lang/gcl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/gcl/Makefile b/lang/gcl/Makefile index 58f405df01d9..c140f898805d 100644 --- a/lang/gcl/Makefile +++ b/lang/gcl/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: gcl -# Version required: 2.3 # Date created: Feb 8 1995 # Whom: hsu # # $FreeBSD$ # -DISTNAME= gcl-2.3 +PORTNAME= gcl +PORTVERSION= 2.3 CATEGORIES= lang tk82 -MASTER_SITES= ftp://ftp.ma.utexas.edu/pub/gcl/ +MASTER_SITES= ftp://ftp.ma.utexas.edu/pub/gcl/ EXTRACT_SUFX= .tgz MAINTAINER= jseger@FreeBSD.org |