Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Aug 2015 15:38:44 +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: r395104 - head/devel/p5-Shape
Message-ID:  <201508231538.t7NFcibO074326@repo.freebsd.org>

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



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