From dac84babfefecf77bc895e5ed7d757ef8e42b598 Mon Sep 17 00:00:00 2001 From: miwi Date: Sun, 29 Jan 2012 06:48:26 +0000 Subject: - Fix build when perl symlink is missing PR: 163188 Submitted by: Jan Beich Approved by: maintainer timeout --- net-p2p/amule/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'net-p2p/amule') diff --git a/net-p2p/amule/Makefile b/net-p2p/amule/Makefile index e01501b58d1f..04132f06deba 100644 --- a/net-p2p/amule/Makefile +++ b/net-p2p/amule/Makefile @@ -223,6 +223,8 @@ post-patch: .SILENT -e 's/test.*-print-file-name.*`/true/' \ -e '/if.*test/s/==/=/' \ ${WRKSRC}/configure + ${FIND} ${WRKSRC} -name \*.pl -exec ${REINPLACE_CMD} \ + 's|/usr/bin/perl|${PERL}|' {} + .if defined(NOPORTDOCS) ${REINPLACE_CMD} 's/install-data-am:.*/install-data-am:/' \ ${WRKSRC}/docs/Makefile.in -- cgit