diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-01-29 06:48:26 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-01-29 06:48:26 +0000 |
commit | cbc1192436f0c618def3c072af17797241ccb219 (patch) | |
tree | e55d9203668fb3efd750c934a4fdf00c035461b6 /net-p2p | |
parent | bc72ac544217f5a0176f91781f1a766fd3b764d5 (diff) | |
download | ports-cbc1192436f0c618def3c072af17797241ccb219.tar.gz ports-cbc1192436f0c618def3c072af17797241ccb219.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/amule/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |