diff options
author | agc <agc> | 1998-01-27 16:23:52 +0000 |
---|---|---|
committer | agc <agc> | 1998-01-27 16:23:52 +0000 |
commit | bfd6ecbe45667ff76d4b7ad0ac7004c4e353994b (patch) | |
tree | 895102b22dcd656c89dde97daeded40313b6b2d3 /misc | |
parent | 80f424b679b67d90c952b759bd19b80dfe40c16a (diff) | |
download | pkgsrc-bfd6ecbe45667ff76d4b7ad0ac7004c4e353994b.tar.gz |
colorls installs two versions of the man page - one pre-formatted, and
one unformatted. They are both gzipped. Set MANCOMPRESSED, MAN1 and
CAT1 accordingly.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/colorls/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/colorls/Makefile b/misc/colorls/Makefile index 50a5b9b2fc3..4ec6d282441 100644 --- a/misc/colorls/Makefile +++ b/misc/colorls/Makefile @@ -3,7 +3,7 @@ # Date created: 8 March 1995 # Whom: Satoshi Asami # -# $NetBSD: Makefile,v 1.2 1997/10/24 00:58:01 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 1998/01/27 16:23:52 agc Exp $ # FreeBSD Id: Makefile,v 1.13 1997/04/30 03:18:06 asami Exp # @@ -17,7 +17,9 @@ MAINTAINER= asami@FreeBSD.ORG WRKSRC= ${WRKDIR}/ls +MANCOMPRESSED= yes MAN1= colorls.1 +CAT1= colorls.0 pre-patch: ${CP} ${WRKSRC}/ls.1 ${WRKSRC}/colorls.1 |