aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/gmcal
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2002-03-30 19:22:32 +0800
committerdinoex <dinoex@FreeBSD.org>2002-03-30 19:22:32 +0800
commit1118c651338a4c25c8a7560b65f0cb5641ad835a (patch)
tree1dc167fca56fb140912f40c11b3091bc91d1e511 /deskutils/gmcal
parent5eae7d6ff1cd42d7aea3c92b0b67575430f28963 (diff)
downloadfreebsd-ports-gnome-1118c651338a4c25c8a7560b65f0cb5641ad835a.tar.gz
freebsd-ports-gnome-1118c651338a4c25c8a7560b65f0cb5641ad835a.tar.zst
freebsd-ports-gnome-1118c651338a4c25c8a7560b65f0cb5641ad835a.zip
Let INSTALL_PROGRAM strip the binary
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} "*****************************************************************************"