aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Search-Odeum
diff options
context:
space:
mode:
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>