summaryrefslogtreecommitdiff
path: root/misc/cheatah
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-06-28 03:38:28 +0000
committerPatrick Li <pat@FreeBSD.org>2002-06-28 03:38:28 +0000
commit27bab29fdba5b9e802be0d3b1fb248cdc533721b (patch)
treef2b29f0ca629302c17ab0709ede55a9a68172469 /misc/cheatah
parentUpdate to 1.5.3 (diff)
Make configure script executable and use ${STRIP_CMD}
Update to 1.5.3 PR: ports/39925 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=62138
Diffstat (limited to 'misc/cheatah')
-rw-r--r--misc/cheatah/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/cheatah/Makefile b/misc/cheatah/Makefile
index bb2df975ddff..c9c98de9d45d 100644
--- a/misc/cheatah/Makefile
+++ b/misc/cheatah/Makefile
@@ -28,7 +28,10 @@ PORTREVISION!= ${PORTREVISION}
PORTEPOCH!= ${PORTEPOCH}
WRKSRC= ${WRKDIRPREFIX}${MAINDIR}/work/sword-${PORTVERSION}/apps/X11/cheatah
+post-patch:
+ @${CHMOD} a+x ${WRKSRC}/configure
+
post-install:
- @strip ${PREFIX}/bin/cheatah
+ @${STRIP_CMD} ${PREFIX}/bin/cheatah
.include <bsd.port.mk>