openbsd-ports/games/slash/files/substitute
espie f9fa1eecc8 Repair slash port.
- base on nethack 3.2.2, bump to 3.3.0 will have to wait (probably better
to port slash'em instead),
- use hackdata to avoid conflicts with nethack,
- proper packaging,
- x11/no x11 flavor,
- install recover,
- change manpages to differentiate from nethack,
- grab enough TERMINFO to handle color correctly (from nethack 3.3.0)
2000-04-16 21:18:59 +00:00

7 lines
165 B
Plaintext

s/\bNETHACK\b/SLASH/g;
s/\bNet[hH]ack\b(?!\s+v3.1)/Slash/g;
s/\bnethack\b/slash/g;
s/\bnethackdir\b/slashdir/g;
s|/usr/games|/usr/local|g;
s/\brecover\b/srecover/g;