diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-06-04 19:51:41 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-06-04 19:51:41 +0000 |
commit | 3cd4cbcef3b910a62da489f527538a1eab3b7aee (patch) | |
tree | 77ff15b53ab56152e93a392eaf1118272e2f8619 /emulators | |
parent | b34d0c185cdf1c56a862c118fcd9a05aaa1441ff (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wahcade/Makefile | 3 | ||||
-rw-r--r-- | emulators/wahcade/distinfo | 6 | ||||
-rw-r--r-- | emulators/wahcade/files/pkg-message.in | 7 |
3 files changed, 9 insertions, 7 deletions
diff --git a/emulators/wahcade/Makefile b/emulators/wahcade/Makefile index 67973be49eae..67068790b568 100644 --- a/emulators/wahcade/Makefile +++ b/emulators/wahcade/Makefile @@ -6,8 +6,7 @@ # PORTNAME= wahcade -PORTVERSION= 0.19 -PORTREVISION= 1 +PORTVERSION= 0.20 CATEGORIES= emulators MASTER_SITES= http://www.anti-particle.com/projects/wahcade/ diff --git a/emulators/wahcade/distinfo b/emulators/wahcade/distinfo index 60f84d83cd59..a0a7bd291451 100644 --- a/emulators/wahcade/distinfo +++ b/emulators/wahcade/distinfo @@ -1,3 +1,3 @@ -MD5 (wahcade-0.19.tar.gz) = 625056a09cae4a54f91b06e20697a502 -SHA256 (wahcade-0.19.tar.gz) = 1e4c15bdcad75e3d3f9e3dfd76228370619d0874310c606e66185818636e08e9 -SIZE (wahcade-0.19.tar.gz) = 211045 +MD5 (wahcade-0.20.tar.gz) = c55ca8102e665d02d5200df907d9c541 +SHA256 (wahcade-0.20.tar.gz) = f2d11200d3d408ac332d90639c5ef7c9c8feb461cebf4833f5e4219de0bdf7b3 +SIZE (wahcade-0.20.tar.gz) = 228630 diff --git a/emulators/wahcade/files/pkg-message.in b/emulators/wahcade/files/pkg-message.in index 6083505dad57..9d872a06a40c 100644 --- a/emulators/wahcade/files/pkg-message.in +++ b/emulators/wahcade/files/pkg-message.in @@ -1,12 +1,15 @@ ============================================================================== -Wah!Cade has been successfully installed! +Wah!Cade has been installed! The default config files are stored in "%%DATADIR%%/config.dist". When Wah!Cade is first run these files are copied into the user's -"~/.wahcade" directory. +"~/.wahcade" directory. But as they are read-only and permissions are +preserved during the copy, you have to run the following command (only once): + +$ find ~/.wahcade -type f -name "*.ini" | xargs chmod u+w Please read the README file for information on initial setup & configuration in "%%DOCSDIR%%". |