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

- Fix build when perl symlink is missing

PR:		163188
Submitted by:	Jan Beich <jbeich@tormail.net>
Approved by:	maintainer timeout
This commit is contained in:
Martin Wilke 2012-01-29 06:48:26 +00:00
parent bc72ac5442
commit cbc1192436
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290006

View File

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