1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

sysutils/xen-tools: fix python usage for real

Reported by:	exp-run (PR 184591)
Approved by:	portmgr (blanket)
This commit is contained in:
William Grzybowski 2013-12-14 23:14:13 +00:00
parent cac4a6ceda
commit 32c4cb7bed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336497

View File

@ -33,9 +33,9 @@ PLIST_FILES= lib/libxenstore.so.3.0 \
bin/xenstore-write
do-build:
cd ${WRKSRC}/tools && ${GMAKE} -C include
cd ${WRKSRC}/tools/misc && ${GMAKE} xen-detect
cd ${WRKSRC}/tools/xenstore && ${GMAKE} clients
cd ${WRKSRC}/tools && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} -C include
cd ${WRKSRC}/tools/misc && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} xen-detect
cd ${WRKSRC}/tools/xenstore && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} clients
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tools/misc/xen-detect ${STAGEDIR}${PREFIX}/bin