diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-03-06 08:20:19 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-03-06 08:20:19 +0000 |
commit | 54bfe2c902cde13968f2c7ded67c038f02995791 (patch) | |
tree | bf954f87e659067d4ad81c04c0c6b322249998c4 /lang/pbasic | |
parent | Delete all references to the variable ${KEYWORD} that never quite flew. (diff) |
Remove ${KEYWORDS}.
Diffstat (limited to 'lang/pbasic')
-rw-r--r-- | lang/pbasic/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |