diff options
Diffstat (limited to 'textproc/p5-Text-Xslate/Makefile')
-rw-r--r-- | textproc/p5-Text-Xslate/Makefile | 3 |
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> |