svn commit: r381183 - head/graphics/p5-Imlib2

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Mar 13 13:21:33 UTC 2015


Author: amdmi3
Date: Fri Mar 13 13:21:32 2015
New Revision: 381183
URL: https://svnweb.freebsd.org/changeset/ports/381183
QAT: https://qat.redports.org/buildarchive/r381183/

Log:
  - Strip library

Modified:
  head/graphics/p5-Imlib2/Makefile

Modified: head/graphics/p5-Imlib2/Makefile
==============================================================================
--- head/graphics/p5-Imlib2/Makefile	Fri Mar 13 13:21:32 2015	(r381182)
+++ head/graphics/p5-Imlib2/Makefile	Fri Mar 13 13:21:32 2015	(r381183)
@@ -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>


More information about the svn-ports-head mailing list