diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2013-09-25 23:43:07 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2013-09-25 23:43:07 +0000 |
commit | b5118332fccc51f64bf6a0ba1933708e8f5664c0 (patch) | |
tree | cb994c0d0f1693764087446e99f0ac08e9f0fa31 /java | |
parent | - Trim Makefile header. (diff) |
Add support for staging.
Notes
Notes:
svn path=/head/; revision=328327
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 |