svn commit: r359250 - head/emulators/parallels-tools

Alexander Nedotsukov bland at FreeBSD.org
Wed Jun 25 14:42:08 UTC 2014


Author: bland
Date: Wed Jun 25 14:42:07 2014
New Revision: 359250
URL: http://svnweb.freebsd.org/changeset/ports/359250
QAT: https://qat.redports.org/buildarchive/r359250/

Log:
  Support staging.

Modified:
  head/emulators/parallels-tools/Makefile

Modified: head/emulators/parallels-tools/Makefile
==============================================================================
--- head/emulators/parallels-tools/Makefile	Wed Jun 25 14:31:36 2014	(r359249)
+++ head/emulators/parallels-tools/Makefile	Wed Jun 25 14:42:07 2014	(r359250)
@@ -19,5 +19,7 @@ KMODDIR?=	/boot/modules
 PLIST_SUB+=	KMODDIR=${KMODDIR}
 MAKE_ENV+=	KMODDIR=${KMODDIR}
 
-NO_STAGE=	yes
+PREFIX=		/
+MTREE_FILE=	/etc/mtree/BSD.root.dist
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list