aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/grx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/grx/Makefile')
-rw-r--r--graphics/grx/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/grx/Makefile b/graphics/grx/Makefile
index 333a5a6d17a0..1e7e72664970 100644
--- a/graphics/grx/Makefile
+++ b/graphics/grx/Makefile
@@ -3,7 +3,7 @@
PORTNAME= grx
PORTVERSION= 2.4.9
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= http://grx.gnu.de/download/
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
@@ -74,6 +74,7 @@ post-patch:
${WRKSRC}/makedefs.grx
post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgrx20X.so
.for i in bin2c fnt2c xmodetest
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${i}
.endfor