summaryrefslogtreecommitdiff
path: root/deskutils
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
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')
-rw-r--r--deskutils/cal/Makefile6
-rw-r--r--deskutils/ical/Makefile8
-rw-r--r--deskutils/plan/Makefile10
3 files changed, 7 insertions, 17 deletions
diff --git a/deskutils/cal/Makefile b/deskutils/cal/Makefile
index 23434d74a923..8ada80b856a8 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 93ed5b5605d5..49aa424d9477 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 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>