diff options
Diffstat (limited to 'games/xconq/patches/patch-af')
-rw-r--r-- | games/xconq/patches/patch-af | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/xconq/patches/patch-af b/games/xconq/patches/patch-af new file mode 100644 index 00000000000..e054e8d9fae --- /dev/null +++ b/games/xconq/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.1.1.1 1999/06/12 20:22:53 kleink Exp $ + +--- kernel/Makefile.in.orig Wed May 13 15:04:16 1998 ++++ kernel/Makefile.in Wed Jun 9 00:33:13 1999 +@@ -11,7 +11,7 @@ + exec_prefix = $(prefix) + bindir = $(exec_prefix)/bin + libdir = $(exec_prefix)/lib +-datadir = $(prefix)/lib/xconqdir ++datadir = $(prefix)/share/xconq + mandir = $(prefix)/man + man6dir = $(mandir)/man6 + infodir = $(prefix)/info |