diff options
author | hubertf <hubertf> | 1997-10-11 21:53:59 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-10-11 21:53:59 +0000 |
commit | f5ee8e2561694e498edddcfba4a7f15ea35e3c17 (patch) | |
tree | cd1e0be6347cb17aeb9201b0ecc45b0286c98b53 /misc/fd/patches | |
parent | ef17a602de1210761f4ecdc6eea0e872eae46423 (diff) | |
download | pkgsrc-f5ee8e2561694e498edddcfba4a7f15ea35e3c17.tar.gz |
Import as of 09/25/97
Diffstat (limited to 'misc/fd/patches')
-rw-r--r-- | misc/fd/patches/patch-aa | 18 |
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 |