diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-03-30 11:22:32 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-03-30 11:22:32 +0000 |
commit | 0d34afbabd51584d8ff624a1177b2a5a56d639d0 (patch) | |
tree | 1cae53ab4c185ea08951822dd108db6fc9347fdd /deskutils/gmcal/Makefile | |
parent | 6a0d8433fab9545372730a168f6b5b684da1f151 (diff) | |
download | ports-0d34afbabd51584d8ff624a1177b2a5a56d639d0.tar.gz ports-0d34afbabd51584d8ff624a1177b2a5a56d639d0.zip |
Notes
Diffstat (limited to 'deskutils/gmcal/Makefile')
-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} "*****************************************************************************" |