diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-05-01 21:50:14 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-05-01 21:50:14 +0000 |
commit | 0670a2a67a33d10603e37aeab8e8d3470040cb2a (patch) | |
tree | 448c719d1048ac5815817e401fe5138323813ddc /deskutils | |
parent | ea49ae58d1f191104ada172cd87c43b6e8386a24 (diff) | |
download | ports-0670a2a67a33d10603e37aeab8e8d3470040cb2a.tar.gz ports-0670a2a67a33d10603e37aeab8e8d3470040cb2a.zip |
Notes
Diffstat (limited to 'deskutils')
-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> |