aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2013-09-26 08:49:49 +0800
committerjkim <jkim@FreeBSD.org>2013-09-26 08:49:49 +0800
commit7dea9bb736813bd66e6b8cee27990d91ca0a6450 (patch)
tree70e85f503521e724159e7b328d76765dc22fa221 /java
parent18c783916a219f3d58277941fac3d92dc37ecde0 (diff)
downloadfreebsd-ports-gnome-7dea9bb736813bd66e6b8cee27990d91ca0a6450.tar.gz
freebsd-ports-gnome-7dea9bb736813bd66e6b8cee27990d91ca0a6450.tar.zst
freebsd-ports-gnome-7dea9bb736813bd66e6b8cee27990d91ca0a6450.zip
Tidy up staging support.
Diffstat (limited to 'java')
-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 \