summaryrefslogtreecommitdiff
path: root/deskutils/plan/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-08-09 04:27:49 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-08-09 04:27:49 +0000
commitcb4f8ab824a9b0cbcb65983363bb2c3c656f0f18 (patch)
treecde601cd76c873bfbe75163f882522fbfd821e5d /deskutils/plan/Makefile
parentb9e196832fc7baa0f9a605f4bc7cb590c7e8cf00 (diff)
downloadfreebsd-ports-cb4f8ab824a9b0cbcb65983363bb2c3c656f0f18.zip
Compress manpages.
Diffstat (limited to 'deskutils/plan/Makefile')
-rw-r--r--deskutils/plan/Makefile9
1 files changed, 8 insertions, 1 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>