aboutsummaryrefslogtreecommitdiff
path: root/graphics/grafx2
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2016-08-08 14:26:50 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2016-08-08 14:26:50 +0000
commit8b85bce963e784e47d472bb565572c6761659b38 (patch)
tree2f1f991fc594977d80d3370aef6dbf572367de80 /graphics/grafx2
parent5fea1aa105d165c2ef40f473dfb011908a65a50c (diff)
downloadports-8b85bce963e784e47d472bb565572c6761659b38.tar.gz
ports-8b85bce963e784e47d472bb565572c6761659b38.zip
Strip binary
Notes
Notes: svn path=/head/; revision=419850
Diffstat (limited to 'graphics/grafx2')
-rw-r--r--graphics/grafx2/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/grafx2/Makefile b/graphics/grafx2/Makefile
index 75a0cd963b53..74b9c58a5120 100644
--- a/graphics/grafx2/Makefile
+++ b/graphics/grafx2/Makefile
@@ -3,7 +3,7 @@
PORTNAME= grafx2
PORTVERSION= 2.4.2035
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= GOOGLE_CODE
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
@@ -51,4 +51,7 @@ post-patch:
-e 's|Extract_path(program_dir, argv0);|strcpy(program_dir,"${PREFIX}/bin/");|' \
${WRKSRC}/setup.c
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/grafx2
+
.include <bsd.port.mk>