diff options
-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.* |