mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
2ded352e4d
* Modified patches to support INSTALL_MACROS instead of cp/mv command * Moved install path of data files from lib/ to share/ * Fixed pkg/PLIST PR: 15335 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
20 lines
522 B
Plaintext
20 lines
522 B
Plaintext
*** src/subsys/error.c.orig Mon Feb 27 13:33:44 1995
|
|
--- src/subsys/error.c Mon Feb 27 13:34:37 1995
|
|
***************
|
|
*** 80,86 ****
|
|
#ifdef WIN32
|
|
errpath = "c:\\windows\\dore";
|
|
#else
|
|
! errpath = "/usr/dore/data/errmsg";
|
|
#endif
|
|
|
|
errmsgfilename = dor_space_allocate (strlen(errpath) + 20);
|
|
--- 80,86 ----
|
|
#ifdef WIN32
|
|
errpath = "c:\\windows\\dore";
|
|
#else
|
|
! errpath = "%%PREFIX%%/share/dore/errmsg";
|
|
#endif
|
|
|
|
errmsgfilename = dor_space_allocate (strlen(errpath) + 20);
|