diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-11-18 16:38:23 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-11-18 16:38:23 +0000 |
commit | 2fc26b329970cdea0594c6619975a48122cea191 (patch) | |
tree | b931158a741d92fac3771ba6c6538e0048a60ec8 /converters/p5-Unicode-Map8 | |
parent | 3f0b9fde170b99289bd2690c8afeae724c1da3b6 (diff) |
Notes
Diffstat (limited to 'converters/p5-Unicode-Map8')
-rw-r--r-- | converters/p5-Unicode-Map8/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/converters/p5-Unicode-Map8/Makefile b/converters/p5-Unicode-Map8/Makefile index 9e0c966e3f6f..c4577fc82be8 100644 --- a/converters/p5-Unicode-Map8/Makefile +++ b/converters/p5-Unicode-Map8/Makefile @@ -17,8 +17,8 @@ USES= perl5 USE_PERL5= configure post-install: - ${CHMOD} u+w ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Unicode/Map8/Map8.so - ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Unicode/Map8/Map8.so - ${CHMOD} u-w ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Unicode/Map8/Map8.so + ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/${PERL_ARCH}/auto/Unicode/Map8/Map8.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/${PERL_ARCH}/auto/Unicode/Map8/Map8.so + ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/${PERL_ARCH}/auto/Unicode/Map8/Map8.so .include <bsd.port.mk> |