diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 09:06:37 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 09:06:37 +0000 |
commit | 090316dbc14c2b14673d0d368ec85d09c5841a39 (patch) | |
tree | d6c413c3547e857d6c61c3d887298be79b3ea7e1 /deskutils/ical | |
parent | 1cd3d92150c435bd617039c4045455da7a705228 (diff) | |
download | ports-090316dbc14c2b14673d0d368ec85d09c5841a39.tar.gz ports-090316dbc14c2b14673d0d368ec85d09c5841a39.zip |
Notes
Diffstat (limited to 'deskutils/ical')
-rw-r--r-- | deskutils/ical/Makefile | 8 |
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> |