aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-CanonicalizeXML
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-08-17 13:06:11 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-08-17 13:06:11 +0000
commit2187981768c569ef546194ceb65b8552d5cde82a (patch)
tree6b93bb29bc5ac4417c00f7293aa0337d4a6adfd7 /textproc/p5-XML-CanonicalizeXML
parentb5183c73def0855c45fef091f46a0e31500198a9 (diff)
downloadports-2187981768c569ef546194ceb65b8552d5cde82a.tar.gz
ports-2187981768c569ef546194ceb65b8552d5cde82a.zip
- Strip shared library
- Bump PORTREVISION for package change
Notes
Notes: svn path=/head/; revision=394495
Diffstat (limited to 'textproc/p5-XML-CanonicalizeXML')
-rw-r--r--textproc/p5-XML-CanonicalizeXML/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/p5-XML-CanonicalizeXML/Makefile b/textproc/p5-XML-CanonicalizeXML/Makefile
index 6ffe232464ca..397a0ebcc83e 100644
--- a/textproc/p5-XML-CanonicalizeXML/Makefile
+++ b/textproc/p5-XML-CanonicalizeXML/Makefile
@@ -3,7 +3,7 @@
PORTNAME= XML-CanonicalizeXML
PORTVERSION= 0.03
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -21,4 +21,7 @@ USES= perl5
MAKE_JOBS_UNSAFE= yes
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/CanonicalizeXML/CanonicalizeXML.so
+
.include <bsd.port.mk>