diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-08-17 13:06:11 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-08-17 13:06:11 +0000 |
commit | 2187981768c569ef546194ceb65b8552d5cde82a (patch) | |
tree | 6b93bb29bc5ac4417c00f7293aa0337d4a6adfd7 /textproc/p5-XML-CanonicalizeXML | |
parent | b5183c73def0855c45fef091f46a0e31500198a9 (diff) |
Notes
Diffstat (limited to 'textproc/p5-XML-CanonicalizeXML')
-rw-r--r-- | textproc/p5-XML-CanonicalizeXML/Makefile | 5 |
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> |