diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-10 22:59:31 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-10 22:59:31 +0800 |
commit | 4fcf1f4e11a8a7a35e01e5e85f362e2f572530ac (patch) | |
tree | 898b6feb965b31b1f1d1f3774689c2912c53df3b /emulators | |
parent | 2dcc9740a295a839cebbc626c3d1348be7e39ce4 (diff) | |
download | freebsd-ports-gnome-4fcf1f4e11a8a7a35e01e5e85f362e2f572530ac.tar.gz freebsd-ports-gnome-4fcf1f4e11a8a7a35e01e5e85f362e2f572530ac.tar.zst freebsd-ports-gnome-4fcf1f4e11a8a7a35e01e5e85f362e2f572530ac.zip |
- Allow staging as a regular user
- USES=kmod and simplify
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/parallels-tools/Makefile | 15 | ||||
-rw-r--r-- | emulators/parallels-tools/pkg-plist | 4 |
2 files changed, 4 insertions, 15 deletions
diff --git a/emulators/parallels-tools/Makefile b/emulators/parallels-tools/Makefile index e8ff4c2b8648..911bea2e5fb2 100644 --- a/emulators/parallels-tools/Makefile +++ b/emulators/parallels-tools/Makefile @@ -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@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> diff --git a/emulators/parallels-tools/pkg-plist b/emulators/parallels-tools/pkg-plist deleted file mode 100644 index d0b39d08167e..000000000000 --- a/emulators/parallels-tools/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -@cwd %%KMODDIR%% -if_pvmnet.ko -@exec kldxref %D -@unexec kldxref %D |