svn commit: r394874 - head/devel/p5-Shape
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Aug 20 13:42:48 UTC 2015
Author: amdmi3
Date: Thu Aug 20 13:42:47 2015
New Revision: 394874
URL: https://svnweb.freebsd.org/changeset/ports/394874
Log:
- Strip library
Modified:
head/devel/p5-Shape/Makefile
Modified: head/devel/p5-Shape/Makefile
==============================================================================
--- head/devel/p5-Shape/Makefile Thu Aug 20 13:42:40 2015 (r394873)
+++ head/devel/p5-Shape/Makefile Thu Aug 20 13:42:47 2015 (r394874)
@@ -3,7 +3,7 @@
PORTNAME= Shape
PORTVERSION= 0.04
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= http://users.tkk.fi/~jolma/pub/
PKGNAMEPREFIX= p5-
@@ -16,4 +16,9 @@ LIB_DEPENDS= libshp.so:${PORTSDIR}/devel
USES= perl5
USE_PERL5= configure
+post-install:
+ ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Shape/Shape.so
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Shape/Shape.so
+ ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Shape/Shape.so
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list