Tidy up staging support.

This commit is contained in:
Jung-uk Kim 2013-09-26 00:49:49 +00:00
parent b5118332fc
commit c44d6234b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328328

View file

@ -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 \