summaryrefslogtreecommitdiff
path: root/lang/pbasic
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-19 01:18:00 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-19 01:18:00 +0000
commit6144bc038cb1eb8fa598a345b83e6434aaa70ba8 (patch)
treed061ae9b26f9a7b274316e28c93a82780cc3263c /lang/pbasic
parentYipes, deleted CATEGORIES by mistake. Mea culpa. (diff)
Fix some typos I so eloquently introduced last night.
Found by: make index
Notes
Notes: svn path=/head/; revision=4580
Diffstat (limited to 'lang/pbasic')
-rw-r--r--lang/pbasic/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/pbasic/Makefile b/lang/pbasic/Makefile
index f572155cad60..584dc5a0b6d7 100644
--- a/lang/pbasic/Makefile
+++ b/lang/pbasic/Makefile
@@ -3,7 +3,7 @@
# Date created: 13th August 1995
# Whom: Julian Stacey <jhs@freebsd.org>
#
-# $Id: Makefile,v 1.4 1996/11/12 02:18:53 obrien Exp $
+# $Id: Makefile,v 1.5 1996/11/17 06:12:39 obrien Exp $
#
DISTNAME= pbasic-2.0-950813
@@ -26,6 +26,5 @@ do-configure:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/basic ${PREFIX}/bin/pbasic
${INSTALL_MAN} ${WRKSRC}/docs/basic.1 ${PREFIX}/man/man1/pbasic.1
-.endif
.include <bsd.port.mk>