diff options
Diffstat (limited to 'java')
-rw-r--r-- | java/bootstrap-openjdk/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/java/bootstrap-openjdk/Makefile b/java/bootstrap-openjdk/Makefile index 0f92c538f649..9f83ce875b14 100644 --- a/java/bootstrap-openjdk/Makefile +++ b/java/bootstrap-openjdk/Makefile @@ -30,9 +30,8 @@ PLIST_SUB= ARCH=${ARCH} JDK_NAME=${JDK_NAME} JDK_ROOT=${JDK_ROOT} USE_XZ= yes WRKSRC= ${WRKDIR}/${JDK_ROOT} -INSTALLDIR= ${PREFIX}/${JDK_ROOT} +INSTALLDIR= ${STAGEDIR}${PREFIX}/${JDK_ROOT} -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} >= 900010 |