diff options
Diffstat (limited to 'lang/gcl/Makefile')
-rw-r--r-- | lang/gcl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gcl/Makefile b/lang/gcl/Makefile index 0a6dda0..a030375 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.10 1997/10/13 09:10:28 tg Exp $ +# $Id: Makefile,v 1.11 1998/10/14 01:17:50 jseger Exp $ # DISTNAME= gcl-2.2.2 CATEGORIES= lang MASTER_SITES= ftp://ftp.ma.utexas.edu/pub/gcl/ \ ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= gcl MAINTAINER= jseger@freebsd.org |