diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 05:44:50 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 05:44:50 +0000 |
commit | e9ccf3caedcbc7842d96d1e2d62b485d2b779d82 (patch) | |
tree | e794a0f1258ff3a3fb78f77c1b40c19f5113e45d /lang/gcl/Makefile | |
parent | 5f46dae90f233bedde12384f31eb10cd1e7496c5 (diff) | |
download | ports-e9ccf3caedcbc7842d96d1e2d62b485d2b779d82.tar.gz ports-e9ccf3caedcbc7842d96d1e2d62b485d2b779d82.zip |
Notes
Diffstat (limited to 'lang/gcl/Makefile')
-rw-r--r-- | lang/gcl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/gcl/Makefile b/lang/gcl/Makefile index bb30c62bf453..32507da8806d 100644 --- a/lang/gcl/Makefile +++ b/lang/gcl/Makefile @@ -3,13 +3,14 @@ # Date created: Wed Feb 8 01:49:11 1995 # Whom: hsu # -# $Id: Makefile,v 1.1.1.1 1995/02/12 21:10:01 hsu Exp $ +# $Id: Makefile,v 1.2 1995/04/01 12:46:51 jkh Exp $ # DISTNAME= gcl-1.1 -MASTER_SITES= ftp://ftp.cli.com/pub/gcl/ ftp://math.utexas.edu/pub/gcl/ 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 |