Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2015 14:27:33 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389849 - head/textproc/p5-XML-LibXML
Message-ID:  <201506161427.t5GERXbn001690@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Jun 16 14:27:33 2015
New Revision: 389849
URL: https://svnweb.freebsd.org/changeset/ports/389849

Log:
  - Allow to strip shared library as regular user

Modified:
  head/textproc/p5-XML-LibXML/Makefile

Modified: head/textproc/p5-XML-LibXML/Makefile
==============================================================================
--- head/textproc/p5-XML-LibXML/Makefile	Tue Jun 16 14:27:29 2015	(r389848)
+++ head/textproc/p5-XML-LibXML/Makefile	Tue Jun 16 14:27:33 2015	(r389849)
@@ -29,7 +29,9 @@ PKGDEINSTALL=	${PKGINSTALL}
 
 CONFLICTS=	p5-XML-LibXML-XPathContext-[0-9]* p5-XML-LibXML-Common-[0-9]*
 
-post-stage:
+post-install:
+	${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/LibXML/LibXML.so
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/LibXML/LibXML.so
+	${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/LibXML/LibXML.so
 
 .include <bsd.port.mk>



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