svn commit: r336497 - head/sysutils/xen-tools

William Grzybowski wg at FreeBSD.org
Sat Dec 14 23:14:13 UTC 2013


Author: wg
Date: Sat Dec 14 23:14:13 2013
New Revision: 336497
URL: http://svnweb.freebsd.org/changeset/ports/336497

Log:
  sysutils/xen-tools: fix python usage for real
  
  Reported by:	exp-run (PR 184591)
  Approved by:	portmgr (blanket)

Modified:
  head/sysutils/xen-tools/Makefile

Modified: head/sysutils/xen-tools/Makefile
==============================================================================
--- head/sysutils/xen-tools/Makefile	Sat Dec 14 23:12:48 2013	(r336496)
+++ head/sysutils/xen-tools/Makefile	Sat Dec 14 23:14:13 2013	(r336497)
@@ -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


More information about the svn-ports-head mailing list