diff options
author | bad <bad@pkgsrc.org> | 2003-02-16 19:58:29 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 2003-02-16 19:58:29 +0000 |
commit | 0c55a2207c8bbf2834199500b1c5aaae7bd90308 (patch) | |
tree | d2629588586c565066744f0ff77bfb423752dad9 /emulators/vmware-module3 | |
parent | 94e19794a82306bca7030c7945d97ba6fa922acc (diff) | |
download | pkgsrc-0c55a2207c8bbf2834199500b1c5aaae7bd90308.tar.gz |
Be more specific about supported version of the emulator.
Diffstat (limited to 'emulators/vmware-module3')
-rw-r--r-- | emulators/vmware-module3/DESCR | 2 | ||||
-rw-r--r-- | emulators/vmware-module3/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/emulators/vmware-module3/DESCR b/emulators/vmware-module3/DESCR index 99b3dc1deb7..e60c0da5d4d 100644 --- a/emulators/vmware-module3/DESCR +++ b/emulators/vmware-module3/DESCR @@ -1,3 +1,3 @@ This package consists of set of kernel modules and scripts that will -allow owners of the Linux version of VMware to run their binaries under +allow owners of the Linux version of VMware 3.x to run their binaries under NetBSD. diff --git a/emulators/vmware-module3/Makefile b/emulators/vmware-module3/Makefile index aa71fc2325e..2ed5d65baaf 100644 --- a/emulators/vmware-module3/Makefile +++ b/emulators/vmware-module3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/02/16 19:43:36 bad Exp $ +# $NetBSD: Makefile,v 1.2 2003/02/16 19:58:30 bad Exp $ DISTNAME= vmware-netbsd-3.2.0 PKGNAME= vmware-module-3.2.0 @@ -8,7 +8,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.wasabisystems.com/ -COMMENT= Kernel modules for the VMware emulator +COMMENT= Kernel modules for the VMware 3.x emulator CONFLICTS= vmware-module-1.* |