diff options
author | asami <asami@FreeBSD.org> | 1996-08-09 12:27:49 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-08-09 12:27:49 +0800 |
commit | d9eb85c692c9474dce4789af1595a22d7c070db0 (patch) | |
tree | 4e1efce83d7e3299a4d5223d2bf302f4e25d66dc /deskutils/plan | |
parent | 9a95baad262fcb82dfad76e2d2f3607519fe765e (diff) | |
download | freebsd-ports-gnome-d9eb85c692c9474dce4789af1595a22d7c070db0.tar.gz freebsd-ports-gnome-d9eb85c692c9474dce4789af1595a22d7c070db0.tar.zst freebsd-ports-gnome-d9eb85c692c9474dce4789af1595a22d7c070db0.zip |
Compress manpages.
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 |