mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +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:
parent
cac4a6ceda
commit
32c4cb7bed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336497
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user