1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Fix build on pointyhat by making the regression-test target

depend on build, instead of install. This avoids having PREFIX
  populated prior to install target.

Reported by:	miwi
Approved by:	portmgr
This commit is contained in:
Pietro Cerutti 2013-04-03 10:39:28 +00:00
parent 3ec5fd26a4
commit 68d9fa6479
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315700

View File

@ -32,7 +32,7 @@ pre-patch:
@${REINPLACE_CMD} -e 's|{JAVAC-javac}|{JAVAC-${JAVAC}}|g;' \
-e 's|{JAVA-java}|{JAVA-${JAVA}}|g;' ${WRKSRC}/configure
regression-test: install
regression-test: build
cd ${WRKSRC} && ${GMAKE} check
.include <bsd.port.mk>