svn commit: r328328 - head/java/bootstrap-openjdk

Jung-uk Kim jkim at FreeBSD.org
Thu Sep 26 00:49:50 UTC 2013


Author: jkim
Date: Thu Sep 26 00:49:49 2013
New Revision: 328328
URL: http://svnweb.freebsd.org/changeset/ports/328328

Log:
  Tidy up staging support.

Modified:
  head/java/bootstrap-openjdk/Makefile

Modified: head/java/bootstrap-openjdk/Makefile
==============================================================================
--- head/java/bootstrap-openjdk/Makefile	Wed Sep 25 23:43:07 2013	(r328327)
+++ head/java/bootstrap-openjdk/Makefile	Thu Sep 26 00:49:49 2013	(r328328)
@@ -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 \


More information about the svn-ports-all mailing list