summaryrefslogtreecommitdiff
path: root/misc/fd/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'misc/fd/patches/patch-aa')
-rw-r--r--misc/fd/patches/patch-aa18
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/fd/patches/patch-aa b/misc/fd/patches/patch-aa
new file mode 100644
index 00000000000..f4a97c2c669
--- /dev/null
+++ b/misc/fd/patches/patch-aa
@@ -0,0 +1,18 @@
+--- Makefile.in-orig Mon Jan 6 14:18:12 1997
++++ Makefile.in Mon Jan 6 14:20:26 1997
+@@ -3,10 +3,12 @@
+ #
+
+ TITLE = FD-
+-TOPDIR = /usr/local
++PREFIX ?= /usr/local
++TOPDIR = $(PREFIX)
+ BINDIR = $(TOPDIR)/bin
+-MANDIR = $(TOPDIR)/man/man$(MANSEC)
+-CATDIR = $(TOPDIR)/man/cat$(MANSEC)
++MANDIR = $(TOPDIR)/man/$(MANLANG)/man$(MANSEC)
++CATDIR = $(TOPDIR)/man/$(MANLANG)/cat$(MANSEC)
++MANLANG = ja_JP.EUC
+ DEFRC = /etc/fdrc
+ SHELL = /bin/sh
+ INSTALL = cp -p