aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-03-13 21:21:32 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-03-13 21:21:32 +0800
commit415d1116572c47575de563dbc5585d075e6b64b5 (patch)
treeb356772c9f7fc5424a0954f240d726350082304c /graphics
parent974fbc8c889d14d704f012b64f9d780ecd7a271d (diff)
downloadfreebsd-ports-gnome-415d1116572c47575de563dbc5585d075e6b64b5.tar.gz
freebsd-ports-gnome-415d1116572c47575de563dbc5585d075e6b64b5.tar.zst
freebsd-ports-gnome-415d1116572c47575de563dbc5585d075e6b64b5.zip
- Strip library
Diffstat (limited to 'graphics')
-rw-r--r--graphics/p5-Imlib2/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/p5-Imlib2/Makefile b/graphics/p5-Imlib2/Makefile
index f360428c30c4..026d18ecef39 100644
--- a/graphics/p5-Imlib2/Makefile
+++ b/graphics/p5-Imlib2/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Imlib2
PORTVERSION= 1.0.0
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= graphics perl5
MASTER_SITES= http://www.muhri.net/
PKGNAMEPREFIX= p5-
@@ -20,4 +20,9 @@ USE_PERL5= configure
post-patch:
@${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' ${WRKSRC}/Makefile.PL
+post-install:
+ ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Imlib2/Imlib2.so
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Imlib2/Imlib2.so
+ ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Imlib2/Imlib2.so
+
.include <bsd.port.mk>