diff options
author | etheisen <etheisen@cvs.openbsd.org> | 1997-10-19 22:34:02 +0000 |
---|---|---|
committer | etheisen <etheisen@cvs.openbsd.org> | 1997-10-19 22:34:02 +0000 |
commit | b8b9f84287e6c9977384b489a0d5e0514453c7c3 (patch) | |
tree | 3c81a64b5a66576bb86ba48fbf9a8e40718c7b58 /gnu/usr.bin | |
parent | 4a4d703b937f4e4f13ac5a1f4bc951ca08e7b165 (diff) |
Our fontpath is different, so make it so.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/groff/xditview/Imakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/groff/xditview/Imakefile b/gnu/usr.bin/groff/xditview/Imakefile index 62ac707f24a..4cb2ea9500a 100644 --- a/gnu/usr.bin/groff/xditview/Imakefile +++ b/gnu/usr.bin/groff/xditview/Imakefile @@ -1,5 +1,5 @@ -GROFF_LIBDIR = /usr/local/lib/groff -GROFF_FONTDIR = $(GROFF_LIBDIR)/font +GROFF_LIBDIR = /usr/share +GROFF_FONTDIR = $(GROFF_LIBDIR)/groff_font GROFF_FONTPATH = .:$(GROFF_FONTDIR):/usr/local/lib/font:/usr/lib/font DPIS = 75 100 |