diff options
author | asami <asami@FreeBSD.org> | 1996-03-06 08:20:19 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-03-06 08:20:19 +0000 |
commit | 12db0a609d246fa5febb954f7345988afd6bdb87 (patch) | |
tree | 1b5d5ba33ab93f9e2b4b5c1c18258712c7e6343f /lang/pbasic | |
parent | 38a6e0f51160983ac26b313185a8f2e2865cc5c3 (diff) | |
download | FreeBSD-ports-12db0a609d246fa5febb954f7345988afd6bdb87.zip FreeBSD-ports-12db0a609d246fa5febb954f7345988afd6bdb87.tar.gz |
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 926c8c7..059321e 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 |