diff options
author | etheisen <etheisen@cvs.openbsd.org> | 1996-09-14 22:45:56 +0000 |
---|---|---|
committer | etheisen <etheisen@cvs.openbsd.org> | 1996-09-14 22:45:56 +0000 |
commit | 64901ee152087ea76c227796b4651f8214636a53 (patch) | |
tree | db3d3c6bb040913318e43862df27dc772f7c8439 /gnu | |
parent | f79522e891de979ca1afb48b6cf1272d06fddbca (diff) |
groff is integrated.
Diffstat (limited to 'gnu')
-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 |