aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Search-Odeum
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-08-17 13:05:58 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-08-17 13:05:58 +0000
commite73323efdf4da0aa377aad6f5abf55326fb11b70 (patch)
tree82cacdb62635fc37780a91513bb2333a50d8a0a9 /textproc/p5-Search-Odeum
parent98c58efd373819ced7beab41765cee4826b2136d (diff)
downloadports-e73323efdf4da0aa377aad6f5abf55326fb11b70.tar.gz
ports-e73323efdf4da0aa377aad6f5abf55326fb11b70.zip
- Strip shared library
- Bump PORTREVISION for package change
Notes
Notes: svn path=/head/; revision=394492
Diffstat (limited to 'textproc/p5-Search-Odeum')
-rw-r--r--textproc/p5-Search-Odeum/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/p5-Search-Odeum/Makefile b/textproc/p5-Search-Odeum/Makefile
index a439ad9449be..9e0199a1f438 100644
--- a/textproc/p5-Search-Odeum/Makefile
+++ b/textproc/p5-Search-Odeum/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Search-Odeum
PORTVERSION= 0.02
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -20,4 +20,7 @@ CFLAGS+= -I${LOCALBASE}/include
USE_PERL5= configure
USES= perl5
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Search/Odeum/Odeum.so
+
.include <bsd.port.mk>