diff options
-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 e25a38810cc7..bb2df975ddff 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> |