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 | |
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')
-rw-r--r-- | deskutils/cal/Makefile | 6 | ||||
-rw-r--r-- | deskutils/ical/Makefile | 8 | ||||
-rw-r--r-- | deskutils/plan/Makefile | 10 |
3 files changed, 7 insertions, 17 deletions
diff --git a/deskutils/cal/Makefile b/deskutils/cal/Makefile index 23434d7..8ada80b 100644 --- a/deskutils/cal/Makefile +++ b/deskutils/cal/Makefile @@ -3,7 +3,7 @@ # Date created: 6 July 1996 # Whom: Andrey Zakhvatov <andy@cgu.chel.su> # -# $Id: Makefile,v 1.1.1.1 1996/07/10 10:25:13 asami Exp $ +# $Id: Makefile,v 1.2 1996/11/11 05:49:17 obrien Exp $ # DISTNAME= cal-3.4 @@ -14,6 +14,7 @@ MAINTAINER= andy@cgu.chel.su WRKSRC= ${WRKDIR}/cal34/source ALL_TARGET= cal +MAN1= cal.1 pre-patch: @ /bin/mv ${WRKSRC}/makefile.unx ${WRKSRC}/Makefile @@ -21,9 +22,6 @@ pre-patch: do-install: @${INSTALL_PROGRAM} ${WRKSRC}/cal ${PREFIX}/bin/cal @${INSTALL_MAN} ${WRKSRC}/cal.1 ${PREFIX}/man/man1/cal.1 -.if !defined{NOMANCOMPRESS} - @ gzip -9nf ${PREFIX}/man/man1/cal.1 -.endif @ if [ ! -d ${PREFIX}/etc/cal ]; then ${MKDIR} ${PREFIX}/etc/cal; chmod 0755 ${PREFIX}/etc/cal; fi @ if [ ! -f ${PREFIX}/etc/cal/calcol ]; then ${INSTALL_DATA} ${WRKDIR}/cal34/cal.col ${PREFIX}/etc/cal/calcol; fi @ if [ ! -f ${PREFIX}/etc/cal/caldat ]; then ${INSTALL_DATA} ${WRKDIR}/cal34/cal.dat ${PREFIX}/etc/cal/caldat; fi diff --git a/deskutils/ical/Makefile b/deskutils/ical/Makefile index 93ed5b5..49aa424 100644 --- a/deskutils/ical/Makefile +++ b/deskutils/ical/Makefile @@ -3,7 +3,7 @@ # Date created: Mon Aug 28 13:35:31 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.5 1996/10/08 07:06:27 pst Exp $ +# $Id: Makefile,v 1.6 1996/11/11 05:49:38 obrien Exp $ # DISTNAME= ical-2.1b2 @@ -18,10 +18,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tclsh=/usr/bin/tclsh \ --with-tclconfig=/usr/libdata/tcl \ --with-tkconfig=${PREFIX}/lib - -.if !defined(NOMANCOMPRESS) -post-install: - @gzip -9nf ${PREFIX}/man/man1/ical.1 -.endif +MAN1= ical.1 .include <bsd.port.mk> 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> |