diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-07 13:51:10 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-07 13:51:10 +0000 |
commit | d291ad32ca54429842a7a594342f33ff75d3eac8 (patch) | |
tree | 64a7b88cfefd6ac82e406551ff221ca21bbf2868 /textproc/redland-bindings | |
parent | f5fd2da69c27290667cdeb190255f12a9cf88442 (diff) |
Notes
Diffstat (limited to 'textproc/redland-bindings')
-rw-r--r-- | textproc/redland-bindings/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/redland-bindings/Makefile b/textproc/redland-bindings/Makefile index 8669727ecbd3..a4bbdb1691aa 100644 --- a/textproc/redland-bindings/Makefile +++ b/textproc/redland-bindings/Makefile @@ -36,7 +36,7 @@ RUBY_USE= RUBY=yes post-install: .if ${PORT_OPTIONS:MPERL} - ${RM} ${STAGEDIR}${PREFIX}/lib/perl5/${PERL_VER}/mach/perllocal.pod + ${RM} ${STAGEDIR}${PREFIX}/lib/perl5/${PERL_VER}/${PERL_ARCH}/perllocal.pod ${SED} -i '' -e 's,^${STAGEDIR},,g' ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/RDF/Redland/CORE/.packlist .endif |