1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

Prevent the unnecessary usage of perl (if present) during configure.

PR:		138834 (based on)
Submitted by:	Aleksey Mashanov <aleksey.mashanov@gmail.com>
This commit is contained in:
Emanuel Haupt 2009-09-15 08:30:12 +00:00
parent c6a66aa044
commit 99935cbe49
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241441

View File

@ -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' \