diff options
author | pav <pav@FreeBSD.org> | 2005-11-21 22:32:11 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-21 22:32:11 +0800 |
commit | 972b8fcef599a76348ddd3b7f30441927b05b00b (patch) | |
tree | 2f752a8a939fdacc87e5c33ac6f5a7a339f640fd /games/rtcw/files | |
parent | cf9eb291b704b199422d9315330ceda235b07b8b (diff) | |
download | freebsd-ports-gnome-972b8fcef599a76348ddd3b7f30441927b05b00b.tar.gz freebsd-ports-gnome-972b8fcef599a76348ddd3b7f30441927b05b00b.tar.zst freebsd-ports-gnome-972b8fcef599a76348ddd3b7f30441927b05b00b.zip |
- Correct a small typo in pkg-message: it states that the user needs to copy a
file called 'pak.pk3' though its actual name is 'pak0.pk3'. I've also added
an example 'md5' output, making it easier for the users to check if their
files are valid.
PR: ports/89314
Submitted by: Ed Schouten <ed@fxq.nl>
Diffstat (limited to 'games/rtcw/files')
-rw-r--r-- | games/rtcw/files/pkg-message.in | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/games/rtcw/files/pkg-message.in b/games/rtcw/files/pkg-message.in index 24371f00bedf..78eb44dec3e4 100644 --- a/games/rtcw/files/pkg-message.in +++ b/games/rtcw/files/pkg-message.in @@ -2,8 +2,17 @@ To complete the installation of this port you need to copy the files "mp_pak0.pk3", "mp_pak1.pk3", "mp_pak2.pk3", -"pak.pk3", "sp_pak1.pk3" and "sp_pak2.pk3" (in the "main" +"pak0.pk3", "sp_pak1.pk3" and "sp_pak2.pk3" (in the "main" subdirectory) from your RTCW distribution to "%%DATADIR%%/main". +Below is the list of pk3 files, including their MD5 checksums: + +MD5 (%%DATADIR%%/main/mp_pak0.pk3) = 62641cffd9a8ad0f62cc1cca867d51f8 +MD5 (%%DATADIR%%/main/mp_pak1.pk3) = 22b972974f499a237c96a2200b0d019e +MD5 (%%DATADIR%%/main/mp_pak2.pk3) = 30f29ffa81748a957e0441af8c14cb56 +MD5 (%%DATADIR%%/main/pak0.pk3) = ce92b11df889cb0a045762bb5fd7cde5 +MD5 (%%DATADIR%%/main/sp_pak1.pk3) = a0d3fe956f85f40c8efd6babe0d09832 +MD5 (%%DATADIR%%/main/sp_pak2.pk3) = 330b272d5261fe19fcf3c3fbc943c7f3 + ============================================================ |