summaryrefslogtreecommitdiff
path: root/deskutils/ical
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/ical
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/ical')
-rw-r--r--deskutils/ical/Makefile8
1 files changed, 2 insertions, 6 deletions
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>