svn commit: r429126 - head/devel/p5-B-Flags

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Dec 21 20:47:08 UTC 2016


Author: sunpoet
Date: Wed Dec 21 20:47:07 2016
New Revision: 429126
URL: https://svnweb.freebsd.org/changeset/ports/429126

Log:
  - Remove unneeded CHMOD after r390893 (file mode changed from 444 to 644)
  
  With hat:	perl

Modified:
  head/devel/p5-B-Flags/Makefile

Modified: head/devel/p5-B-Flags/Makefile
==============================================================================
--- head/devel/p5-B-Flags/Makefile	Wed Dec 21 20:47:02 2016	(r429125)
+++ head/devel/p5-B-Flags/Makefile	Wed Dec 21 20:47:07 2016	(r429126)
@@ -18,8 +18,6 @@ USES=		perl5
 USE_PERL5=	configure
 
 post-install:
-	${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/B/Flags/Flags.so
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/B/Flags/Flags.so
-	${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/B/Flags/Flags.so
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list