diff options
-rw-r--r-- | deskutils/ical/Makefile | 5 |
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> |