summaryrefslogtreecommitdiff
path: root/deskutils/ical
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-11 05:50:23 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-11 05:50:23 +0000
commit47a616f11d266abac2936b7fc036ae1f1a1cc70d (patch)
tree04f524367e2c1e7a76912077649c7df5494a5dcb /deskutils/ical
parentUpgrade (diff)
CATEGORIES+= --> CATEGORIES=
Misc variable reordering, cleaning up, etc.
Notes
Notes: svn path=/head/; revision=4385
Diffstat (limited to 'deskutils/ical')
-rw-r--r--deskutils/ical/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/deskutils/ical/Makefile b/deskutils/ical/Makefile
index 44b76a17ee0a..93ed5b5605d5 100644
--- a/deskutils/ical/Makefile
+++ b/deskutils/ical/Makefile
@@ -3,11 +3,11 @@
# Date created: Mon Aug 28 13:35:31 CDT 1995
# Whom: erich@rrnet.com
#
-# $Id: Makefile,v 1.4 1995/11/26 10:47:37 asami Exp $
+# $Id: Makefile,v 1.5 1996/10/08 07:06:27 pst Exp $
#
DISTNAME= ical-2.1b2
-CATEGORIES+= misc
+CATEGORIES= misc
MASTER_SITES= http://www.research.digital.com/SRC/personal/Sanjay_Ghemawat/ical/icalbins/
MAINTAINER= erich@FreeBSD.org
@@ -20,8 +20,8 @@ CONFIGURE_ARGS= --with-tclsh=/usr/bin/tclsh \
--with-tkconfig=${PREFIX}/lib
.if !defined(NOMANCOMPRESS)
-afterinstall:
- gzip -9nf ${PREFIX}/man/man1/ical.1
+post-install:
+ @gzip -9nf ${PREFIX}/man/man1/ical.1
.endif
.include <bsd.port.mk>