diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-06-28 03:38:28 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-06-28 03:38:28 +0000 |
commit | 27bab29fdba5b9e802be0d3b1fb248cdc533721b (patch) | |
tree | f2b29f0ca629302c17ab0709ede55a9a68172469 /misc | |
parent | 111f4b20f8ceee49375f7aa6482ae0cd5e30eb8f (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')
-rw-r--r-- | misc/cheatah/Makefile | 5 |
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> |