diff options
-rw-r--r-- | deskutils/gmcal/Makefile | 7 |
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} "*****************************************************************************" |