diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-12 02:19:40 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-12 02:19:40 +0000 |
commit | d23a79568090d280bf3beb199bb97f0572234984 (patch) | |
tree | 8af4f4b16bdda8a7b54ff123a7cfe5fcc38c203c /lang/gcl/Makefile | |
parent | CATAGORIES+= -> CATAGORIES= (diff) |
CATAGORIES+= -> CATAGORIES=
Reordered vars where needed. Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
Diffstat (limited to 'lang/gcl/Makefile')
-rw-r--r-- | lang/gcl/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lang/gcl/Makefile b/lang/gcl/Makefile index 6481e7dc9647..2e7206e99065 100644 --- a/lang/gcl/Makefile +++ b/lang/gcl/Makefile @@ -3,13 +3,16 @@ # Date created: Wed Feb 8 01:49:11 1995 # Whom: hsu # -# $Id: Makefile,v 1.5 1995/04/24 11:29:11 asami Exp $ +# $Id: Makefile,v 1.6 1995/11/22 13:12:44 asami Exp $ # DISTNAME= gcl-2.0 -CATEGORIES+= lang +CATEGORIES= lang MASTER_SITES= ftp://ftp.cli.com/pub/gcl/ ftp://math.utexas.edu/pub/gcl/ EXTRACT_SUFX= .tgz + +MAINTAINER= ports@FreeBSD.org + MAKEFILE= makefile do-install: |