diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2002-05-22 07:34:37 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2002-05-22 07:34:37 +0000 |
commit | 958a666b721feb966a18d1f729f15b54300d2b9b (patch) | |
tree | 545ee1582ab453cf844918f49873949a41468307 /emulators/wine-devel | |
parent | 94c93334f586ad2fec855b592747ed50dc1726b9 (diff) | |
download | ports-958a666b721feb966a18d1f729f15b54300d2b9b.tar.gz ports-958a666b721feb966a18d1f729f15b54300d2b9b.zip |
Notes
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/pkg-descr | 8 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-message | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/emulators/wine-devel/pkg-descr b/emulators/wine-devel/pkg-descr index 38e354fd7be5..aabe9264c5c0 100644 --- a/emulators/wine-devel/pkg-descr +++ b/emulators/wine-devel/pkg-descr @@ -12,9 +12,7 @@ options SYSVSHM options SYSVSEM options SYSVMSG -Wine relies on the configuration file /usr/local/etc/wine.conf to -contain valid assignments of Unix directories to DOS drive letters, -and for certain other options (see "man wine" for details). -You will most probably have to edit it, after the install... - WWW: http://www.winehq.com/ + +- Gerald Pfeifer +pfeifer@dbai.tuwien.ac.at diff --git a/emulators/wine-devel/pkg-message b/emulators/wine-devel/pkg-message index 6ddffe78323d..3548409113cb 100644 --- a/emulators/wine-devel/pkg-message +++ b/emulators/wine-devel/pkg-message @@ -1,6 +1,13 @@ In order to use Wine you need to build and install a new kernel with options USER_LDT, SYSVSHM, SYSVSEM, and SYSVMSG. +Wine requires a configuration file .wine/config in the home directory of +every user, where assignments of Unix directories to DOS drive letters and +other options can be set (see "man wine" for details). You may want to copy + %%PREFIX%%/etc/wine.conf +and tweak it accordingly or edit this file and make .wine/config a symlink +there. + The port also installs some of Wine's doc files which describe additional things that are not in the manual pages, see: %%PREFIX%%/share/doc/wine |