diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-20 21:42:47 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-20 21:42:47 +0800 |
commit | e0745fbf168eb09a8933d94abbba8e8b698cc317 (patch) | |
tree | 4e5e1cff65c3473431c13cbf1ced971ff4152db2 /devel | |
parent | baf7688eff5e1f8376da023c4989d95eaa65c366 (diff) | |
download | freebsd-ports-gnome-e0745fbf168eb09a8933d94abbba8e8b698cc317.tar.gz freebsd-ports-gnome-e0745fbf168eb09a8933d94abbba8e8b698cc317.tar.zst freebsd-ports-gnome-e0745fbf168eb09a8933d94abbba8e8b698cc317.zip |
- Strip library
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Shape/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/p5-Shape/Makefile b/devel/p5-Shape/Makefile index 130d15000d74..4873d629ab98 100644 --- a/devel/p5-Shape/Makefile +++ b/devel/p5-Shape/Makefile @@ -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/shapelib 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> |