diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 06:12:51 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 06:12:51 +0000 |
commit | 322557b38bbf8e059bd4133ae2c4ffebebcd20f5 (patch) | |
tree | 0a35d4ee0a8c15369f24146060d1823b78c7048a /lang/pbasic | |
parent | Converted to MAN[1-9] (diff) |
Converted to MAN[1-9NL]
Diffstat (limited to 'lang/pbasic')
-rw-r--r-- | lang/pbasic/Makefile | 5 |
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> |