diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-12-13 02:56:43 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-12-13 02:56:43 +0000 |
commit | 893b6e2d7365350b118c32807b45e36ffb027071 (patch) | |
tree | 21e4537074f0280d550897fc06f3f6b1a84ffa36 /misc/cheatah | |
parent | 672a8800f5d9b8fc9b862070313bc0aacffa3123 (diff) | |
download | FreeBSD-ports-893b6e2d7365350b118c32807b45e36ffb027071.zip FreeBSD-ports-893b6e2d7365350b118c32807b45e36ffb027071.tar.gz |
strip binary
PR: 32766
Submitted by: maintainer
Diffstat (limited to 'misc/cheatah')
-rw-r--r-- | misc/cheatah/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/cheatah/Makefile b/misc/cheatah/Makefile index e25a388..bb2df97 100644 --- a/misc/cheatah/Makefile +++ b/misc/cheatah/Makefile @@ -28,4 +28,7 @@ PORTREVISION!= ${PORTREVISION} PORTEPOCH!= ${PORTEPOCH} WRKSRC= ${WRKDIRPREFIX}${MAINDIR}/work/sword-${PORTVERSION}/apps/X11/cheatah +post-install: + @strip ${PREFIX}/bin/cheatah + .include <bsd.port.mk> |