aboutsummaryrefslogtreecommitdiff
path: root/lang/pbasic
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 06:12:51 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 06:12:51 +0000
commit322557b38bbf8e059bd4133ae2c4ffebebcd20f5 (patch)
tree0a35d4ee0a8c15369f24146060d1823b78c7048a /lang/pbasic
parentb547dd5ac000c0a47852a916860ea990aaf81a81 (diff)
downloadports-322557b38bbf8e059bd4133ae2c4ffebebcd20f5.tar.gz
ports-322557b38bbf8e059bd4133ae2c4ffebebcd20f5.zip
Converted to MAN[1-9NL]
Notes
Notes: svn path=/head/; revision=4533
Diffstat (limited to 'lang/pbasic')
-rw-r--r--lang/pbasic/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/pbasic/Makefile b/lang/pbasic/Makefile
index 8179f8968095..f572155cad60 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.3 1996/03/06 08:20:10 asami Exp $
+# $Id: Makefile,v 1.4 1996/11/12 02:18:53 obrien Exp $
#
DISTNAME= pbasic-2.0-950813
@@ -17,6 +17,7 @@ MAINTAINER= asami@FreeBSD.ORG
ALL_TARGET= freebsd
MAKEFILE= makefile
+MAN1= pbasic.1
do-configure:
-cd ${WRKSRC} ; rm -rf termio m68000 msdos vax pyramid ns32000 \
@@ -25,8 +26,6 @@ do-configure:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/basic ${PREFIX}/bin/pbasic
${INSTALL_MAN} ${WRKSRC}/docs/basic.1 ${PREFIX}/man/man1/pbasic.1
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/pbasic.1
.endif
.include <bsd.port.mk>