aboutsummaryrefslogtreecommitdiffstats
path: root/misc/cheatah
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-06-28 11:38:28 +0800
committerpat <pat@FreeBSD.org>2002-06-28 11:38:28 +0800
commit72c41ad278f2ffecb47a293d3bdf859f1ee734f1 (patch)
treeb8fcb8b77d6584a1bb16f10018bd7b68730536c1 /misc/cheatah
parentb2b994d8cbc7aeddae04b12118af89551c2a6419 (diff)
downloadfreebsd-ports-gnome-72c41ad278f2ffecb47a293d3bdf859f1ee734f1.tar.gz
freebsd-ports-gnome-72c41ad278f2ffecb47a293d3bdf859f1ee734f1.tar.zst
freebsd-ports-gnome-72c41ad278f2ffecb47a293d3bdf859f1ee734f1.zip
Make configure script executable and use ${STRIP_CMD}
Update to 1.5.3 PR: ports/39925 Submitted by: maintainer
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>