diff options
author | agc <agc> | 1997-10-13 12:54:18 +0000 |
---|---|---|
committer | agc <agc> | 1997-10-13 12:54:18 +0000 |
commit | 909ca57b0ce9f805465ed2bf62259aefe3083eae (patch) | |
tree | c4906a80eea3e1bf7523b4817ad0e617d56d9081 /misc/team/Makefile | |
parent | c4ddd0f3f2aca6a45f0a0e28c4d9d253e55de119 (diff) | |
download | pkgsrc-909ca57b0ce9f805465ed2bf62259aefe3083eae.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/Makefile')
-rw-r--r-- | misc/team/Makefile | 4 |
1 files changed, 3 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> |