aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-03-06 08:20:19 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-03-06 08:20:19 +0000
commit54bfe2c902cde13968f2c7ded67c038f02995791 (patch)
treebf954f87e659067d4ad81c04c0c6b322249998c4 /lang
parent799f2736a677ab46a7fd4a8e550fe7530cb0d1e2 (diff)
downloadports-54bfe2c902cde13968f2c7ded67c038f02995791.tar.gz
ports-54bfe2c902cde13968f2c7ded67c038f02995791.zip
Remove ${KEYWORDS}.
Notes
Notes: svn path=/head/; revision=2780
Diffstat (limited to 'lang')
-rw-r--r--lang/elk/Makefile3
-rw-r--r--lang/pbasic/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/lang/elk/Makefile b/lang/elk/Makefile
index ffbd2cf4b80b..9906716c78cf 100644
--- a/lang/elk/Makefile
+++ b/lang/elk/Makefile
@@ -3,12 +3,11 @@
# Date created: 08 March 1995
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
-# $Id: Makefile,v 1.8 1995/11/22 13:12:36 asami Exp $
+# $Id: Makefile,v 1.9 1995/12/20 08:40:58 tg Exp $
#
DISTNAME= elk-3.0
CATEGORIES+= lang
-KEYWORDS+= lang scheme
MASTER_SITES= ftp://ftp.uni-bremen.de/pub/programming/languages/scheme/elk/ \
ftp://crl.dec.com/pub/X11/contrib/devel_tools/ \
ftp://ftp.th-darmstadt.de/pub/X11/contrib/devel_tools/
diff --git a/lang/pbasic/Makefile b/lang/pbasic/Makefile
index 926c8c730c60..059321ee062e 100644
--- a/lang/pbasic/Makefile
+++ b/lang/pbasic/Makefile
@@ -3,13 +3,12 @@
# Date created: 13th August 1995
# Whom: Julian Stacey <jhs@freebsd.org>
#
-# $Id: Makefile,v 1.1.1.1 1995/08/24 01:43:46 asami Exp $
+# $Id: Makefile,v 1.2 1995/11/22 13:13:02 asami Exp $
#
DISTNAME= pbasic-2.0-950813
PKGNAME= pbasic-2.0
CATEGORIES+= lang
-KEYWORDS+= basic interpreter
MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/
MAINTAINER= asami@FreeBSD.ORG