aboutsummaryrefslogtreecommitdiff
path: root/misc/cheatah
diff options
context:
space:
mode:
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>