aboutsummaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-11-19 00:38:23 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-11-19 00:38:23 +0800
commite27b4fee7462f00f38b912f4cc11abb86613401d (patch)
treeb931158a741d92fac3771ba6c6538e0048a60ec8 /converters
parentc3c44038e2a806b815bf9202914cc72d14dc1509 (diff)
downloadfreebsd-ports-gnome-e27b4fee7462f00f38b912f4cc11abb86613401d.tar.gz
freebsd-ports-gnome-e27b4fee7462f00f38b912f4cc11abb86613401d.tar.zst
freebsd-ports-gnome-e27b4fee7462f00f38b912f4cc11abb86613401d.zip
- Fix stripping wrt PREFIX/LOCALBASE
Diffstat (limited to 'converters')
-rw-r--r--converters/p5-Unicode-Map8/Makefile6
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>