diff options
author | danfe <danfe@FreeBSD.org> | 2014-08-21 20:27:20 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2014-08-21 20:27:20 +0800 |
commit | 39d3a3d18fcd2668cf095487f811d53bada025f4 (patch) | |
tree | 0778e75f4ac26863b685a34b5152328912618a86 /games/doom-data | |
parent | ec812dd5d4ea2bbe992c67769a346ba8461bfdc2 (diff) | |
download | freebsd-ports-gnome-39d3a3d18fcd2668cf095487f811d53bada025f4.tar.gz freebsd-ports-gnome-39d3a3d18fcd2668cf095487f811d53bada025f4.tar.zst freebsd-ports-gnome-39d3a3d18fcd2668cf095487f811d53bada025f4.zip |
Rephrase pkg-message text and simplify pkg-plist.
Diffstat (limited to 'games/doom-data')
-rw-r--r-- | games/doom-data/files/pkg-message.in | 5 | ||||
-rw-r--r-- | games/doom-data/pkg-plist | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/games/doom-data/files/pkg-message.in b/games/doom-data/files/pkg-message.in index e67cba3d662f..7a0988bb892e 100644 --- a/games/doom-data/files/pkg-message.in +++ b/games/doom-data/files/pkg-message.in @@ -1,9 +1,8 @@ ==================================================================== To use the full version of the games you need to own a legitimate -copy of Doom, Doom II, Hexen, Heretic and/or Strife. +copy of Doom, Doom II, Hexen, Heretic, and/or Strife. -If you have them then copy the ".wad" files to -%%DATADIR%% +If you have them, copy the *.wad files to %%DATADIR%%. ==================================================================== diff --git a/games/doom-data/pkg-plist b/games/doom-data/pkg-plist index 1c2adb61a767..c4d3ba6e5c49 100644 --- a/games/doom-data/pkg-plist +++ b/games/doom-data/pkg-plist @@ -2,4 +2,4 @@ %%HERETIC%%%%DATADIR%%/heretic1.wad %%HEXEN%%%%DATADIR%%/hexen.wad %%STRIFE%%%%DATADIR%%/strife0.wad -@unexec rmdir %D/%%DATADIR%% >/dev/null 2>&1 || echo "If you are permanently removing this port, you should remove any WAD files left in %D/%%DATADIR%%." | fmt +@dirrmtry %%DATADIR%% |