summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-13 02:56:43 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-13 02:56:43 +0000
commit4e31937c56b882390876586492dd3db71a3eb9f5 (patch)
tree4ca252cba16c746fcff6461d0c74e5ab8f96baf5 /misc
parentInitial import of x11-wm/fluxbox - A small and fast window (diff)
strip binary
PR: 32766 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=51429
Diffstat (limited to 'misc')
-rw-r--r--misc/cheatah/Makefile3
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>