summaryrefslogtreecommitdiff
path: root/deskutils/ical/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-05-01 21:50:14 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-05-01 21:50:14 +0000
commit0670a2a67a33d10603e37aeab8e8d3470040cb2a (patch)
tree448c719d1048ac5815817e401fe5138323813ddc /deskutils/ical/Makefile
parentupgrade to 0.99.9, plus a bunch of patches from the list. (diff)
Strip the binary.
Notes
Notes: svn path=/head/; revision=6375
Diffstat (limited to 'deskutils/ical/Makefile')
-rw-r--r--deskutils/ical/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/deskutils/ical/Makefile b/deskutils/ical/Makefile
index 9c6105af12f4..355911530dea 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.7 1996/11/17 09:05:52 obrien Exp $
+# $Id: Makefile,v 1.8 1997/04/20 13:19:31 wosch Exp $
#
DISTNAME= ical-2.1b2
@@ -20,4 +20,7 @@ CONFIGURE_ARGS= --with-tclsh=/usr/bin/tclsh \
--with-tkconfig=${PREFIX}/lib
MAN1= ical.1
+post-install:
+ @strip ${PREFIX}/bin/${DISTNAME}
+
.include <bsd.port.mk>