diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-17 09:06:37 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-17 09:06:37 +0000 |
commit | ba89702285635efd977f4f66089dd18d020ff48d (patch) | |
tree | 5ac228ab59601ee1651bdf611d53f7184b44129a /deskutils/plan | |
parent | aba15b1de022e16cfa9cd14e2c1b6b28bd042ef9 (diff) | |
download | FreeBSD-ports-ba89702285635efd977f4f66089dd18d020ff48d.zip FreeBSD-ports-ba89702285635efd977f4f66089dd18d020ff48d.tar.gz |
Converted to MAN[1-8]
Converted p5* to use MASTER_SITE_PERL_CPAN
Diffstat (limited to 'deskutils/plan')
-rw-r--r-- | deskutils/plan/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/deskutils/plan/Makefile b/deskutils/plan/Makefile index 279a970..0e9f984 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> |