1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

. Set LIBOWN and LIBGRP to the current user's uid and gid to allow building

of the plugin by non-root users.
This commit is contained in:
Greg Lewis 2010-10-31 20:47:07 +00:00
parent 86ae0cb494
commit 50ae212d59
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263851

View File

@ -251,6 +251,8 @@ post-build:
${MAKE} -f ${FILESDIR}/Makefile.plugin depend all install \
DEBUG_FLAGS="${ICEDTEA_DEBUG_FLAGS}" \
LIBDIR=${ICEDTEADIR}/build/lib \
LIBOWN=${UID} \
LIBGRP=`${ID} -g` \
LOCALBASE=${LOCALBASE} \
JDK_UPDATE_VERSION=${PORTVERSION:S/^b//} \
PLUGIN_VERSION="OpenJDK6 ${PORTVERSION}" \