summaryrefslogtreecommitdiff
path: root/deskutils/plan/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 09:06:37 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 09:06:37 +0000
commit090316dbc14c2b14673d0d368ec85d09c5841a39 (patch)
treed6c413c3547e857d6c61c3d887298be79b3ea7e1 /deskutils/plan/Makefile
parentConverted to MAN[1-8] (diff)
Converted to MAN[1-8]
Converted p5* to use MASTER_SITE_PERL_CPAN
Notes
Notes: svn path=/head/; revision=4541
Diffstat (limited to 'deskutils/plan/Makefile')
-rw-r--r--deskutils/plan/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/deskutils/plan/Makefile b/deskutils/plan/Makefile
index 279a97031f19..0e9f9843b336 100644
--- a/deskutils/plan/Makefile
+++ b/deskutils/plan/Makefile
@@ -3,7 +3,7 @@
# Date created: 14 April 1996
# Whom: Daniel Eischen <deischen@iworks.InterWorks.org>
#
-# $Id: Makefile,v 1.1.1.1 1996/08/05 07:38:10 tg Exp $
+# $Id: Makefile,v 1.2 1996/08/09 04:27:44 asami Exp $
#
DISTNAME= plan-1.5.1
@@ -13,11 +13,7 @@ MASTER_SITES= ftp://ftp.x.org/contrib/applications/
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
+MAN1= plan.1
+MAN4= plan.4
.include <bsd.port.mk>