diff options
author | frueauf <frueauf> | 1998-05-22 13:52:12 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-05-22 13:52:12 +0000 |
commit | 491372f3644154114f353f6da61f5e3c8204d786 (patch) | |
tree | ee0e31881beca02970eb44538f6f64524809c7d6 /misc/team/Makefile | |
parent | 974b0ad2c0e30a894836df95a48d33808306ef7b (diff) | |
download | pkgsrc-491372f3644154114f353f6da61f5e3c8204d786.tar.gz |
Make this work with MANZ and tidy up patchfiles; don't patch the same
file in n patchfiles, just one per patch for better maintainance.
Diffstat (limited to 'misc/team/Makefile')
-rw-r--r-- | misc/team/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/team/Makefile b/misc/team/Makefile index 4a8de219b89..f63b627231b 100644 --- a/misc/team/Makefile +++ b/misc/team/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/04/20 11:56:29 frueauf Exp $ +# $NetBSD: Makefile,v 1.10 1998/05/22 13:52:12 frueauf Exp $ # FreeBSD Id: Makefile,v 1.6 1997/04/30 03:18:06 asami Exp # @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= packages@netbsd.org -MAN1= team.1 -CAT1= team.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. .include "../../mk/bsd.pkg.mk" |