summaryrefslogtreecommitdiff
path: root/deskutils/gmcal
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-03-30 11:22:32 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-03-30 11:22:32 +0000
commit0d34afbabd51584d8ff624a1177b2a5a56d639d0 (patch)
tree1cae53ab4c185ea08951822dd108db6fc9347fdd /deskutils/gmcal
parentmcal & gmcal use the libmcal library (see PR ports/31416 ) (diff)
Let INSTALL_PROGRAM strip the binary
Notes
Notes: svn path=/head/; revision=56929
Diffstat (limited to 'deskutils/gmcal')
-rw-r--r--deskutils/gmcal/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/deskutils/gmcal/Makefile b/deskutils/gmcal/Makefile
index bc28fd6591ab..418fd0132038 100644
--- a/deskutils/gmcal/Makefile
+++ b/deskutils/gmcal/Makefile
@@ -20,16 +20,11 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GTK= yes
-STRIP= /usr/bin/strip
-
post-extract:
${CHMOD} a-x ${WRKSRC}/*
-post-build:
- ${STRIP} ${WRKSRC}/gmcal
-
do-install:
- ${CP} ${WRKSRC}/gmcal ${PREFIX}/gmcal
+ ${INSTALL_PROGRAM} ${WRKSRC}/gmcal ${PREFIX}/gmcal
post-install:
@${ECHO} "*****************************************************************************"