mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
75289c74e3
- Use placeholder @PREFIX@ in patch-aa to allow for non-standard ${PREFIX} - New file scripts/configure
34 lines
1017 B
Plaintext
34 lines
1017 B
Plaintext
*** src/md_unix.h.orig Sat Nov 4 20:34:48 1995
|
|
--- src/md_unix.h Tue Dec 5 14:52:51 1995
|
|
***************
|
|
*** 27,40 ****
|
|
#define ENDDIR "/"
|
|
#define PATHSEP ':'
|
|
#define SYSTEMSTARTFILE "acs.rc"
|
|
! #define SYSTEMSTARTPATH getenv("PATH")
|
|
#define USERSTARTFILE ".acsrc"
|
|
#define USERSTARTPATH getenv("HOME")
|
|
#define EDITFILE "/tmp/EXXXXXX"
|
|
#define STEPFILE "/tmp/SXXXXXX"
|
|
#define PLOTFILE "acs.plot"
|
|
#define HELPFILE "acs.hlp"
|
|
! #define HELPPATH getenv("PATH")
|
|
|
|
/* standard collection of includes */
|
|
#include <assert.h>
|
|
--- 27,40 ----
|
|
#define ENDDIR "/"
|
|
#define PATHSEP ':'
|
|
#define SYSTEMSTARTFILE "acs.rc"
|
|
! #define SYSTEMSTARTPATH "@PREFIX@/share/misc"
|
|
#define USERSTARTFILE ".acsrc"
|
|
#define USERSTARTPATH getenv("HOME")
|
|
#define EDITFILE "/tmp/EXXXXXX"
|
|
#define STEPFILE "/tmp/SXXXXXX"
|
|
#define PLOTFILE "acs.plot"
|
|
#define HELPFILE "acs.hlp"
|
|
! #define HELPPATH "@PREFIX@/share/misc"
|
|
|
|
/* standard collection of includes */
|
|
#include <assert.h>
|