diff options
author | frueauf <frueauf> | 1998-05-21 14:06:37 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-05-21 14:06:37 +0000 |
commit | 361047eaed8dfa5a75b5f6f63b777d6dd0e52e74 (patch) | |
tree | 1f7cc8003a1a3644128d72362a0933626e2630cc /misc/colorls/Makefile | |
parent | cca55a20875f725d44aaa276dd8d747669479e3e (diff) | |
download | pkgsrc-361047eaed8dfa5a75b5f6f63b777d6dd0e52e74.tar.gz |
Handle MANZ case better and split the big patch file into one patch
per file for better maintainance.
Diffstat (limited to 'misc/colorls/Makefile')
-rw-r--r-- | misc/colorls/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/colorls/Makefile b/misc/colorls/Makefile index c1cd6f29c90..80179144add 100644 --- a/misc/colorls/Makefile +++ b/misc/colorls/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/04/20 11:56:27 frueauf Exp $ +# $NetBSD: Makefile,v 1.7 1998/05/21 14:06:37 frueauf Exp $ # FreeBSD Id: Makefile,v 1.13 1997/04/30 03:18:06 asami Exp # @@ -12,8 +12,8 @@ MAINTAINER= packages@netbsd.org WRKSRC= ${WRKDIR}/ls -MAN1= colorls.1 -CAT1= colorls.0 +# Do not list MAN/CAT pages here. It will confuse if MANZ is set. +# The pkg uses BSD-style-Makefiles itself, so it does the right thing. pre-patch: ${CP} ${WRKSRC}/ls.1 ${WRKSRC}/colorls.1 |