svn commit: r395104 - head/devel/p5-Shape

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Aug 23 15:38:44 UTC 2015


Author: amdmi3
Date: Sun Aug 23 15:38:43 2015
New Revision: 395104
URL: https://svnweb.freebsd.org/changeset/ports/395104

Log:
  - Remove unneeded CHMODs

Modified:
  head/devel/p5-Shape/Makefile

Modified: head/devel/p5-Shape/Makefile
==============================================================================
--- head/devel/p5-Shape/Makefile	Sun Aug 23 15:36:06 2015	(r395103)
+++ head/devel/p5-Shape/Makefile	Sun Aug 23 15:38:43 2015	(r395104)
@@ -17,8 +17,6 @@ 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