aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-CSV_XS/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Text-CSV_XS/Makefile')
-rw-r--r--textproc/p5-Text-CSV_XS/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-Text-CSV_XS/Makefile b/textproc/p5-Text-CSV_XS/Makefile
index aef08d50b19c..6f1ed07c9252 100644
--- a/textproc/p5-Text-CSV_XS/Makefile
+++ b/textproc/p5-Text-CSV_XS/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Text-CSV_XS
PORTVERSION= 1.12
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:HMBRAND
@@ -27,6 +28,6 @@ NO_ARCH= yes
#pre-install: test
post-install:
- ${STRIP_CMD} ${STAGEDIR}${SITE_ARCH}/auto/Text/CSV_XS/CSV_XS.so
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/CSV_XS/CSV_XS.so
.include <bsd.port.mk>