- Strip shared library
- Bump PORTREVISION for package change
This commit is contained in:
parent
849084cfa7
commit
65e4b9f24a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389850
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= XML-LibXSLT
|
||||
PORTVERSION= 1.94
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -20,4 +21,9 @@ USES= perl5 pkgconfig
|
||||
USE_GNOME= libxml2 libxslt
|
||||
USE_PERL5= configure
|
||||
|
||||
post-install:
|
||||
${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/LibXSLT/LibXSLT.so
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/LibXSLT/LibXSLT.so
|
||||
${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/LibXSLT/LibXSLT.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user