diff options
author | hubertf <hubertf> | 1997-10-22 00:54:09 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-10-22 00:54:09 +0000 |
commit | 746086545a67316f8620192f9302d8e369146c66 (patch) | |
tree | dff8d0484c13796b8d3a79343bfa2ee774c7e3b5 /shells | |
parent | 27efc23b3715cd64e825f284dd78a878735293eb (diff) | |
download | pkgsrc-746086545a67316f8620192f9302d8e369146c66.tar.gz |
Add MANCOMPRESSED, MAN1.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/rc/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/shells/rc/Makefile b/shells/rc/Makefile index 97ecfb98cd2..2ee5afeab96 100644 --- a/shells/rc/Makefile +++ b/shells/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> |