mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
f4fe3e94d0
PR: ports/36674 Submitted by: KATO Tsuguru <tkato@prontomail.com>
14 lines
595 B
PostScript
14 lines
595 B
PostScript
--- lib/gs_res.ps.orig Mon Jul 16 01:09:41 2001
|
|
+++ lib/gs_res.ps Fri Feb 8 07:12:09 2002
|
|
@@ -248,8 +248,8 @@
|
|
/pssystemparams 10 dict readonly def
|
|
} if
|
|
pssystemparams begin
|
|
- /FontResourceDir (/Resource/Font/) readonly .forcedef % pssys'params is r-o
|
|
- /GenericResourceDir (/Resource/) readonly .forcedef % pssys'params is r-o
|
|
+ /FontResourceDir (%%DATADIR%%/Resource/Font/) readonly .forcedef % pssys'params is r-o
|
|
+ /GenericResourceDir (%%DATADIR%%/Resource/) readonly .forcedef % pssys'params is r-o
|
|
/GenericResourcePathSep (/) readonly .forcedef % pssys'params is r-o
|
|
end
|
|
end
|