mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Put config files into own hierarchy.
Submitted by: Don Yuniskis <dgy@rtd.com>
This commit is contained in:
parent
f6a10d02de
commit
6a5910b60a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3599
@ -19,13 +19,13 @@
|
||||
#define ENDDIR "/"
|
||||
#define PATHSEP ':'
|
||||
#define SYSTEMSTARTFILE "acs.rc"
|
||||
! #define SYSTEMSTARTPATH "@PREFIX@/share/misc"
|
||||
! #define SYSTEMSTARTPATH "@PREFIX@/share/acs"
|
||||
#define USERSTARTFILE ".acsrc"
|
||||
#define USERSTARTPATH getenv("HOME")
|
||||
#define STEPFILE "/tmp/SXXXXXX"
|
||||
#define PLOTFILE "acs.plot"
|
||||
#define HELPFILE "acs.hlp"
|
||||
! #define HELPPATH "@PREFIX@/share/misc"
|
||||
! #define HELPPATH "@PREFIX@/share/acs"
|
||||
/*--------------------------------------------------------------------------*/
|
||||
#if defined(__GNUG__)
|
||||
#define MANUAL_TEMPLATES
|
||||
|
Loading…
Reference in New Issue
Block a user