summaryrefslogtreecommitdiffstats
path: root/source/y/bsd-games/patches/bsd-games.config.params.diff
diff options
context:
space:
mode:
Diffstat (limited to 'source/y/bsd-games/patches/bsd-games.config.params.diff')
-rw-r--r--source/y/bsd-games/patches/bsd-games.config.params.diff38
1 files changed, 38 insertions, 0 deletions
diff --git a/source/y/bsd-games/patches/bsd-games.config.params.diff b/source/y/bsd-games/patches/bsd-games.config.params.diff
new file mode 100644
index 000000000..b250ed04f
--- /dev/null
+++ b/source/y/bsd-games/patches/bsd-games.config.params.diff
@@ -0,0 +1,38 @@
+--- ./config.params.orig Sat Mar 9 20:59:34 2002
++++ ./config.params Sat Mar 9 20:59:52 2002
+@@ -0,0 +1,35 @@
++# Don't run configure interactively.
++bsd_games_cfg_non_interactive=y
++
++# Install into here for building the package.
++bsd_games_cfg_install_prefix=/tmp/package-bsdgames
++
++# Do not build or install these games:
++bsd_games_cfg_no_build_dirs="boggle dm tetris"
++
++# Keep huntd in /usr/sbin as it was in the past. I may
++# change this later.
++bsd_games_cfg_sbindir=/usr/sbin
++
++# Use /usr/man still. Slackware doesn't use this part of FHS yet.
++bsd_games_cfg_man8dir=/usr/man/man8
++bsd_games_cfg_man6dir=/usr/man/man6
++bsd_games_cfg_man5dir=/usr/man/man5
++
++# We don't like cluttering up the /usr/games/ dir too much,
++# use a subdir. /var too.
++bsd_games_cfg_usrlibdir=/usr/share/games
++bsd_games_cfg_sharedir=/usr/share/games
++bsd_games_cfg_varlibdir=/var/lib/bsdgames
++
++# Do not do chown now:
++bsd_games_cfg_do_chown=n
++
++# Use compressed .so links for manpages:
++bsd_games_cfg_use_dot_so=.so
++
++# Compress the manpages:
++bsd_games_cfg_gzip_manpages=y
++
++# Use /usr/bin/less by default.
++bsd_games_cfg_pager=/usr/bin/less