diff options
author | bad <bad@pkgsrc.org> | 2003-02-16 19:49:16 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 2003-02-16 19:49:16 +0000 |
commit | 29c37491624c37912f6ae37d77f15f32db5df1f8 (patch) | |
tree | a69da277ac16ecb901f08d79c60ecb726f91dfa7 /emulators/vmware-module | |
parent | af136b73e40c9b5959c2544b197dcfb75b53bdfb (diff) | |
download | pkgsrc-29c37491624c37912f6ae37d77f15f32db5df1f8.tar.gz |
Be more precise about the supported version of the emulator.
Diffstat (limited to 'emulators/vmware-module')
-rw-r--r-- | emulators/vmware-module/DESCR | 2 | ||||
-rw-r--r-- | emulators/vmware-module/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/emulators/vmware-module/DESCR b/emulators/vmware-module/DESCR index 99b3dc1deb7..b2a96c122ea 100644 --- a/emulators/vmware-module/DESCR +++ b/emulators/vmware-module/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 2.x to run their binaries under NetBSD. diff --git a/emulators/vmware-module/Makefile b/emulators/vmware-module/Makefile index 89aeee7e5c5..4ead97d16d6 100644 --- a/emulators/vmware-module/Makefile +++ b/emulators/vmware-module/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/02/16 19:37:28 bad Exp $ +# $NetBSD: Makefile,v 1.10 2003/02/16 19:50:08 bad Exp $ DISTNAME= vmware-netbsd-1.2 PKGNAME= vmware-module-1.2 @@ -8,7 +8,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= veego@netbsd.org HOMEPAGE= http://www.wasabisystems.com/ -COMMENT= Kernel modules for the VMware emulator +COMMENT= Kernel modules for the VMware 2.x emulator CONFLICTS= vmware-module-3* |