diff options
author | 1996-09-14 22:45:55 +0000 | |
---|---|---|
committer | 1996-09-14 22:45:55 +0000 | |
commit | 69a442988df053f903607734c004d40e6e968f0c (patch) | |
tree | bffbd678e55affd31c461bc0832fdaae223eb6ee | |
parent | A time to groff... (diff) | |
download | wireguard-openbsd-69a442988df053f903607734c004d40e6e968f0c.tar.xz wireguard-openbsd-69a442988df053f903607734c004d40e6e968f0c.zip |
groff is integrated.
-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 |