diff options
author | hubertf <hubertf> | 1997-10-22 00:54:09 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-10-22 00:54:09 +0000 |
commit | 3acdcb0127d0f1de276a83967bcebe7f4393c089 (patch) | |
tree | dff8d0484c13796b8d3a79343bfa2ee774c7e3b5 /plan9 | |
parent | 14ef5289fed6ee0d52d735de4e2f7a22f714ddb2 (diff) | |
download | pkgsrc-3acdcb0127d0f1de276a83967bcebe7f4393c089.tar.gz |
Add MANCOMPRESSED, MAN1.
Diffstat (limited to 'plan9')
-rw-r--r-- | plan9/rc/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/plan9/rc/Makefile b/plan9/rc/Makefile index 97ecfb98cd2..2ee5afeab96 100644 --- a/plan9/rc/Makefile +++ b/plan9/rc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1997/10/09 14:35:22 agc Exp $ +# $NetBSD: Makefile,v 1.3 1997/10/22 00:54:09 hubertf Exp $ # New ports collection makefile for: rc # Version required: 1.5b1 # Date created: Sun Aug 13 12:36:14 CDT 1995 @@ -16,4 +16,10 @@ MAINTAINER= erich@FreeBSD.org NO_WRKSUBDIR= yes +OPSYS!= uname -s +.if (${OPSYS} == "NetBSD") +MANCOMPRESSED= yes +.endif + +MAN1= rc.1 history.1 .include <bsd.port.mk> |