diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-08-09 04:27:49 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-08-09 04:27:49 +0000 |
commit | cb4f8ab824a9b0cbcb65983363bb2c3c656f0f18 (patch) | |
tree | cde601cd76c873bfbe75163f882522fbfd821e5d /deskutils/plan | |
parent | b9e196832fc7baa0f9a605f4bc7cb590c7e8cf00 (diff) | |
download | ports-cb4f8ab824a9b0cbcb65983363bb2c3c656f0f18.tar.gz ports-cb4f8ab824a9b0cbcb65983363bb2c3c656f0f18.zip |
Compress manpages.
Notes
Notes:
svn path=/head/; revision=3556
Diffstat (limited to 'deskutils/plan')
-rw-r--r-- | deskutils/plan/Makefile | 9 | ||||
-rw-r--r-- | deskutils/plan/pkg-plist | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/deskutils/plan/Makefile b/deskutils/plan/Makefile index a1209365ee5d..279a97031f19 100644 --- a/deskutils/plan/Makefile +++ b/deskutils/plan/Makefile @@ -3,7 +3,8 @@ # Date created: 14 April 1996 # Whom: Daniel Eischen <deischen@iworks.InterWorks.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/08/05 07:38:10 tg Exp $ +# DISTNAME= plan-1.5.1 CATEGORIES= misc @@ -13,4 +14,10 @@ MAINTAINER= deischen@iworks.InterWorks.org REQUIRES_MOTIF= yes +post-install: +.if !defined(NOMANCOMPRESS) + gzip -9nf ${PREFIX}/man/man1/plan.1 + gzip -9nf ${PREFIX}/man/man4/plan.4 +.endif + .include <bsd.port.mk> diff --git a/deskutils/plan/pkg-plist b/deskutils/plan/pkg-plist index b422ea9daa69..9d04204b97e0 100644 --- a/deskutils/plan/pkg-plist +++ b/deskutils/plan/pkg-plist @@ -25,5 +25,5 @@ share/doc/plan/examples/holiday_us share/doc/plan/BlackWhite share/doc/plan/Monochrome share/doc/plan/README -man/man1/plan.1 -man/man4/plan.4 +man/man1/plan.1.gz +man/man4/plan.4.gz |