diff options
author | Jeffrey Hsu <hsu@FreeBSD.org> | 1995-04-16 22:10:15 +0000 |
---|---|---|
committer | Jeffrey Hsu <hsu@FreeBSD.org> | 1995-04-16 22:10:15 +0000 |
commit | a4c44d5b3a97704dbf3e91f1930bcf6c61645dc5 (patch) | |
tree | 41aa1bf9cce83accb7795a459846c4bfee5fd123 /lang/gcl/Makefile | |
parent | Upgrade to gcl 2.0. (diff) |
Upgrade to gcl 2.0.
Diffstat (limited to 'lang/gcl/Makefile')
-rw-r--r-- | lang/gcl/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/gcl/Makefile b/lang/gcl/Makefile index 32507da8806d..7468c631d91d 100644 --- a/lang/gcl/Makefile +++ b/lang/gcl/Makefile @@ -1,16 +1,15 @@ # New ports collection makefile for: gcl -# Version required: 1.1 +# Version required: 2.0 # Date created: Wed Feb 8 01:49:11 1995 # Whom: hsu # -# $Id: Makefile,v 1.2 1995/04/01 12:46:51 jkh Exp $ +# $Id$ # -DISTNAME= gcl-1.1 +DISTNAME= gcl-2.0 CATEGORIES+= languages MASTER_SITES= ftp://ftp.cli.com/pub/gcl/ ftp://math.utexas.edu/pub/gcl/ EXTRACT_SUFX= .tgz - MAKEFILE= makefile INSTALL_COOKIE= ${WRKDIR}/.install_done |