Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Aug 2015 13:42:48 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r394874 - head/devel/p5-Shape
Message-ID:  <201508201342.t7KDgmCt055097@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508201342.t7KDgmCt055097>