aboutsummaryrefslogtreecommitdiff
path: root/java/bootstrap-openjdk
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2013-09-26 00:49:49 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2013-09-26 00:49:49 +0000
commitc44d6234b5a5b1cbac1fb820d2be49d3fa331c98 (patch)
tree70e85f503521e724159e7b328d76765dc22fa221 /java/bootstrap-openjdk
parentb5118332fccc51f64bf6a0ba1933708e8f5664c0 (diff)
Notes
Diffstat (limited to 'java/bootstrap-openjdk')
-rw-r--r--java/bootstrap-openjdk/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/java/bootstrap-openjdk/Makefile b/java/bootstrap-openjdk/Makefile
index 9f83ce875b14..a52b0885e1b3 100644
--- a/java/bootstrap-openjdk/Makefile
+++ b/java/bootstrap-openjdk/Makefile
@@ -46,11 +46,7 @@ PLIST_SUB+= CLIENTVM="@comment "
do-install:
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${INSTALLDIR}
- @${CHOWN} ${BINOWN}:${BINGRP} ${INSTALLDIR}/bin/* ${INSTALLDIR}/jre/bin/*
- @${CHMOD} ${BINMODE} ${INSTALLDIR}/bin/* ${INSTALLDIR}/jre/bin/*
-
-post-install:
- @${CAT} ${PKGMESSAGE}
+ @cd ${WRKSRC} && ${COPYTREE_BIN} "bin jre/bin" ${INSTALLDIR}
update:
@${MAKE} -f ${.CURDIR}/Makefile.update \