diff options
author | pat <pat@FreeBSD.org> | 2002-06-28 11:38:28 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-06-28 11:38:28 +0800 |
commit | 72c41ad278f2ffecb47a293d3bdf859f1ee734f1 (patch) | |
tree | b8fcb8b77d6584a1bb16f10018bd7b68730536c1 /misc/cheatah | |
parent | b2b994d8cbc7aeddae04b12118af89551c2a6419 (diff) | |
download | freebsd-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/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> |