aboutsummaryrefslogtreecommitdiff
path: root/misc
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
parent111f4b20f8ceee49375f7aa6482ae0cd5e30eb8f (diff)
downloadports-27bab29fdba5b9e802be0d3b1fb248cdc533721b.tar.gz
ports-27bab29fdba5b9e802be0d3b1fb248cdc533721b.zip
Notes
Diffstat (limited to 'misc')
-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>