aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Xslate/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-11-26 13:08:24 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-11-26 13:08:24 +0000
commiteee58d187e2c55fca6f53b9e482d33cf5346fe81 (patch)
tree0d350fe6ad6a2fe3222d838f3c72856c78cd449f /textproc/p5-Text-Xslate/Makefile
parent3f1df82a16a1e89db9a69b36ade7342f34095ab4 (diff)
Notes
Diffstat (limited to 'textproc/p5-Text-Xslate/Makefile')
-rw-r--r--textproc/p5-Text-Xslate/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-Text-Xslate/Makefile b/textproc/p5-Text-Xslate/Makefile
index d9a24ddf1c4a..bb862ed864db 100644
--- a/textproc/p5-Text-Xslate/Makefile
+++ b/textproc/p5-Text-Xslate/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Text-Xslate
PORTVERSION= 3.3.3
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SYOHEX
@@ -30,6 +31,6 @@ BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.59:${PORTSDIR}/devel/p5-ExtUtils-MakeMa
.endif
post-install:
- ${STRIP_CMD} ${STAGEDIR}${SITE_ARCH}/auto/Text/Xslate/Xslate.so
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/Xslate/Xslate.so
.include <bsd.port.post.mk>