From 1118c651338a4c25c8a7560b65f0cb5641ad835a Mon Sep 17 00:00:00 2001 From: dinoex Date: Sat, 30 Mar 2002 11:22:32 +0000 Subject: Let INSTALL_PROGRAM strip the binary --- deskutils/gmcal/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'deskutils/gmcal') 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} "*****************************************************************************" -- cgit