diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-19 01:18:00 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-19 01:18:00 +0000 |
commit | 6144bc038cb1eb8fa598a345b83e6434aaa70ba8 (patch) | |
tree | d061ae9b26f9a7b274316e28c93a82780cc3263c /lang/pbasic | |
parent | 949a7a041f3c6ddc3b52a0feaf279ddc00fea779 (diff) |
Notes
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 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> |