diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2014-06-25 14:42:07 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2014-06-25 14:42:07 +0000 |
commit | 6e1f5a56634c13b07b9810755b4df695d46c464f (patch) | |
tree | 14897045930c4063203ebecbd61572a1a943bbf7 | |
parent | 85d18bc810f0a007e9cadae5543bb21e413f3a28 (diff) |
Support staging.
Notes
Notes:
svn path=/head/; revision=359250
-rw-r--r-- | emulators/parallels-tools/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/parallels-tools/Makefile b/emulators/parallels-tools/Makefile index 1bb2ca473a83..baac4bc1a158 100644 --- a/emulators/parallels-tools/Makefile +++ b/emulators/parallels-tools/Makefile @@ -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> |