aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2007-03-03 18:46:59 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2007-03-03 18:46:59 +0000
commita0c67661ff6355a632a7d80c82a1a8e6105be99a (patch)
treea55f7c278a1483ea16a30c33221d970ca0310f63 /japanese
parentabd5fe0d2a567ebe3123cf87c02b1f818056f9e0 (diff)
downloadports-a0c67661ff6355a632a7d80c82a1a8e6105be99a.tar.gz
ports-a0c67661ff6355a632a7d80c82a1a8e6105be99a.zip
Notes
Diffstat (limited to 'japanese')
-rw-r--r--japanese/perl5/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/japanese/perl5/Makefile b/japanese/perl5/Makefile
index 8836daadf1ac..1691acd218ce 100644
--- a/japanese/perl5/Makefile
+++ b/japanese/perl5/Makefile
@@ -121,6 +121,11 @@ MAN3PREFIX= ${TARGETDIR}/lib/perl5/${JPERL_VERSION}/
test:
@(cd ${WRKSRC}; make test)
+post-patch:
+.for f in Makefile.SH hints/freebsd.sh
+ @${REINPLACE_CMD} -e "s:objformat=`/usr/bin/objformat`:objformat='elf':" ${WRKSRC}/${f}
+.endfor
+
post-install:
@strip ${TARGETDIR}/bin/perl${JPERL_VERSION}
@strip ${TARGETDIR}/bin/sperl${JPERL_VERSION}