diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-12-12 04:50:58 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-12-12 04:50:58 +0000 |
commit | 018ccf736552caef9d1180227dabd89c7b0d46ca (patch) | |
tree | 961884f01d949d5b12d26c7e8462e15ebf260d77 /misc/fd/files | |
parent | Change delimiter of substitution that uses MANLANG from `.' to `%', so (diff) |
Install the man page to man/ja_JP.EUC/man1.
Diffstat (limited to 'misc/fd/files')
-rw-r--r-- | misc/fd/files/patch-aa | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/misc/fd/files/patch-aa b/misc/fd/files/patch-aa index af0cfad63577..14a21accb73b 100644 --- a/misc/fd/files/patch-aa +++ b/misc/fd/files/patch-aa @@ -48,23 +48,25 @@ # archiver definition #".lzh" A "lha aq %C %TA" "lha xq %C %TA" ---- ./Makefile.in.org Sun Dec 17 20:39:36 1995 -+++ ./Makefile.in Tue Mar 19 23:42:45 1996 -@@ -3,11 +3,11 @@ +--- Makefile.in.orig Mon Dec 18 13:39:36 1995 ++++ Makefile.in Thu Dec 12 12:10:02 1996 +@@ -3,11 +3,12 @@ # TITLE = FD- -TOPDIR = /usr/local ++PREFIX?= /usr/local +TOPDIR = $(PREFIX) BINDIR = $(TOPDIR)/bin - MANDIR = $(TOPDIR)/man/man$(MANSEC) +-MANDIR = $(TOPDIR)/man/man$(MANSEC) ++MANDIR = $(TOPDIR)/man/ja_JP.EUC/man$(MANSEC) CATDIR = $(TOPDIR)/man/cat$(MANSEC) -DEFRC = /etc/fdrc +DEFRC = $(TOPDIR)/etc/fdrc SHELL = /bin/sh INSTALL = cp -p CHMOD = chmod -@@ -40,7 +40,7 @@ +@@ -40,7 +41,7 @@ kanji.o file.o apply.o archive.o tree.o command.o browse.o LDFLAGS = __TERMLIBS__ __REGLIBS__ __OTHERLIBS__ |