diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 16:03:11 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 16:03:11 +0000 |
| commit | 79698c84577df2797724d484418f1de7f67bf07f (patch) | |
| tree | fa993eea8870e6aef79666a19d170137054831ba /games/quakeforge/files/pkg-message.in | |
| parent | 1e9db8ea3e482636b52f2452827dab557908f533 (diff) | |
Convert to UCL & cleanup pkg-message (categories e-g)
Notes
svn path=/head/; revision=508837
Diffstat (limited to 'games/quakeforge/files/pkg-message.in')
| -rw-r--r-- | games/quakeforge/files/pkg-message.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/games/quakeforge/files/pkg-message.in b/games/quakeforge/files/pkg-message.in index 8e751bd5f5ff..e42eae1ec293 100644 --- a/games/quakeforge/files/pkg-message.in +++ b/games/quakeforge/files/pkg-message.in @@ -1,5 +1,6 @@ -============================================================================== - +[ +{ type: install + message: <<EOM QuakeForge has been installed. If you have sound problems try increasing the sound rate. This can be done @@ -12,5 +13,6 @@ nq-glx +set snd_speed 44100 Alternatively you can put it in the global configuration file (as root): echo "set snd_speed 44100" >> %%PREFIX%%/etc/quakeforge.conf - -============================================================================== +EOM +} +] |
