diff options
Diffstat (limited to 'games/nethack33/files/patch-af')
-rw-r--r-- | games/nethack33/files/patch-af | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/nethack33/files/patch-af b/games/nethack33/files/patch-af new file mode 100644 index 00000000000..75c84c235c8 --- /dev/null +++ b/games/nethack33/files/patch-af @@ -0,0 +1,12 @@ +diff -ruN ./sys/unix/Makefile.doc ../nethack-3.2.2/sys/unix/Makefile.doc +--- ./sys/unix/Makefile.doc Wed Dec 11 05:20:08 1996 ++++ ../nethack-3.2.2/sys/unix/Makefile.doc Sun Mar 21 17:25:02 1999 +@@ -31,7 +31,7 @@ + + + GAME = nethack +-MANDIR = /usr/man/man6 ++MANDIR = ${PREFIX}/man/man6 + MANEXT = 6 + + # manual installation for most BSD-style systems |