1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

- Builds on amd64

Noted by:   kris
Approved by:	portmgr (kris)
This commit is contained in:
Cheng-Lung Sung 2006-10-13 01:58:43 +00:00
parent af9671f003
commit be088a3e71
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175241

View File

@ -65,6 +65,8 @@ IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again
post-patch:
@${GREP} -lR "/usr/local/bin/perl" ${WRKSRC} | ${XARGS} \
${PERL} -pi -e "s!/usr/local/bin/perl!${PERL}!"
@${GREP} -lR "x86_64" ${WRKSRC} | ${XARGS} \
${PERL} -pi -e "s!x86_64!amd64!"
test:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} make test