aboutsummaryrefslogtreecommitdiff
path: root/net/rsync
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2009-09-15 08:30:12 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2009-09-15 08:30:12 +0000
commit99935cbe4994436bdbedc2be73f52641e34a7737 (patch)
tree1e69eb6102d0a5267a73454ce383a188e0dbb6ee /net/rsync
parentc6a66aa0443d53f39b4f1db70c70c9efed4bee5b (diff)
downloadports-99935cbe4994436bdbedc2be73f52641e34a7737.tar.gz
ports-99935cbe4994436bdbedc2be73f52641e34a7737.zip
Prevent the unnecessary usage of perl (if present) during configure.
PR: 138834 (based on) Submitted by: Aleksey Mashanov <aleksey.mashanov@gmail.com>
Notes
Notes: svn path=/head/; revision=241441
Diffstat (limited to 'net/rsync')
-rw-r--r--net/rsync/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index 8c3862cf6f88..8bd9326a7105 100644
--- a/net/rsync/Makefile
+++ b/net/rsync/Makefile
@@ -105,7 +105,9 @@ CONFIGURE_ARGS+= --with-rsh=rsh
# guard against CFLAGS damage by MAKE_ENV
post-patch:
- @${REINPLACE_CMD} -e 's|CFLAGS|CONFIGUREDCFLAGS|' ${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -e 's|CFLAGS|CONFIGUREDCFLAGS|' \
+ -e 's|perl.*|${DO_NADA}|' \
+ ${WRKSRC}/Makefile.in
pre-configure:
@${REINPLACE_CMD} -e 's:/etc/:${PREFIX}/etc/:g' \