diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-08-17 13:05:49 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-08-17 13:05:49 +0000 |
commit | cfdc95973db3b0bed26aeb1459520fde4e5cb0ac (patch) | |
tree | 61c565a5f09e577c3bbf8058f40bbb2ee88fa822 | |
parent | - Strip shared library (diff) |
- Strip shared library
- Bump PORTREVISION for package change
Notes
Notes:
svn path=/head/; revision=394490
-rw-r--r-- | textproc/p5-CSS-Minifier-XS/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/p5-CSS-Minifier-XS/Makefile b/textproc/p5-CSS-Minifier-XS/Makefile index b6b1a9a991fa..fdfb93175d72 100644 --- a/textproc/p5-CSS-Minifier-XS/Makefile +++ b/textproc/p5-CSS-Minifier-XS/Makefile @@ -3,7 +3,7 @@ PORTNAME= CSS-Minifier-XS PORTVERSION= 0.09 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,4 +21,7 @@ TEST_DEPENDS= p5-CSS-Minifier>=0:${PORTSDIR}/textproc/p5-CSS-Minifier \ USE_PERL5= configure USES= perl5 +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/CSS/Minifier/XS/XS.so + .include <bsd.port.mk> |