svn commit: r367857 - head/emulators/parallels-tools
Antoine Brodin
antoine at FreeBSD.org
Wed Sep 10 14:59:32 UTC 2014
Author: antoine
Date: Wed Sep 10 14:59:31 2014
New Revision: 367857
URL: http://svnweb.freebsd.org/changeset/ports/367857
QAT: https://qat.redports.org/buildarchive/r367857/
Log:
- Allow staging as a regular user
- USES=kmod and simplify
Deleted:
head/emulators/parallels-tools/pkg-plist
Modified:
head/emulators/parallels-tools/Makefile
Modified: head/emulators/parallels-tools/Makefile
==============================================================================
--- head/emulators/parallels-tools/Makefile Wed Sep 10 14:45:19 2014 (r367856)
+++ head/emulators/parallels-tools/Makefile Wed Sep 10 14:59:31 2014 (r367857)
@@ -3,23 +3,16 @@
PORTNAME= parallels-tools
PORTVERSION= 0.1.2
-CATEGORIES= emulators kld
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= bland
+CATEGORIES= emulators
+MASTER_SITES= LOCAL/bland
MAINTAINER= bland at FreeBSD.org
COMMENT= Parallels Desktop Tools for FreeBSD
-SSP_UNSAFE= kernel module does not support ssp
-USES= tar:bzip2
+USES= kmod tar:bzip2 uidfix
ONLY_FOR_ARCHS= amd64 i386
-KMODDIR?= /boot/modules
-PLIST_SUB+= KMODDIR=${KMODDIR}
-MAKE_ENV+= KMODDIR=${KMODDIR}
-
-PREFIX= /
-MTREE_FILE= /etc/mtree/BSD.root.dist
+PLIST_FILES= ${KMODDIR}/if_pvmnet.ko
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list