mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
92a257cf10
PR: 14580 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
12 lines
394 B
Plaintext
12 lines
394 B
Plaintext
--- Imakefile.orig Wed Oct 28 22:19:59 1992
|
|
+++ Imakefile Thu Oct 28 07:55:00 1999
|
|
@@ -1,6 +1,6 @@
|
|
-GROFF_LIBDIR = /usr/local/lib/groff
|
|
+GROFF_LIBDIR = %%LOCALBASE%%/share/groff
|
|
GROFF_FONTDIR = $(GROFF_LIBDIR)/font
|
|
-GROFF_FONTPATH = .:$(GROFF_FONTDIR):/usr/local/lib/font:/usr/lib/font
|
|
+GROFF_FONTPATH = .:$(GROFF_FONTDIR):/usr/share/groff_font
|
|
DPIS = 75 100
|
|
|
|
PROGRAMS = gxditview xtotroff
|