diff options
author | agc <agc@pkgsrc.org> | 1997-10-13 12:54:18 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1997-10-13 12:54:18 +0000 |
commit | 076da02f1d35a51239b14ce0f5b9d0b57c7b0172 (patch) | |
tree | c4906a80eea3e1bf7523b4817ad0e617d56d9081 /misc/team | |
parent | 148c2c2f516b97ac9ec24b28354c933404fbdb6a (diff) | |
download | pkgsrc-076da02f1d35a51239b14ce0f5b9d0b57c7b0172.tar.gz |
Set MANCOMPRESSED as team installs its manual page in gzipped form.
Modify PLIST to include the formatted page as well as raw one.
Diffstat (limited to 'misc/team')
-rw-r--r-- | misc/team/Makefile | 4 | ||||
-rw-r--r-- | misc/team/pkg/PLIST | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/misc/team/Makefile b/misc/team/Makefile index 249815cce06..db513a2c15f 100644 --- a/misc/team/Makefile +++ b/misc/team/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1997/10/13 12:49:10 agc Exp $ +# $NetBSD: Makefile,v 1.4 1997/10/13 12:54:18 agc Exp $ # New ports collection makefile for: team # Version required: 3.1 (From the RCS Id line of team.c) # Date created: 1 July 1995 @@ -13,4 +13,6 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= joerg@FreeBSD.org +MANCOMPRESSED= yes + .include <bsd.port.mk> diff --git a/misc/team/pkg/PLIST b/misc/team/pkg/PLIST index 41c7a200c31..2b6f0ad4479 100644 --- a/misc/team/pkg/PLIST +++ b/misc/team/pkg/PLIST @@ -1,2 +1,3 @@ bin/team man/man1/team.1.gz +man/cat1/team.0.gz |