mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
2d14158498
Pointed-out by: Jim Overholt <overholt@cisco.com> (Closing PR #2707.)
39 lines
1.0 KiB
Plaintext
39 lines
1.0 KiB
Plaintext
*** Local.config.orig Tue Dec 17 04:30:18 1996
|
|
--- Local.config Wed Feb 12 08:32:57 1997
|
|
***************
|
|
*** 25,31 ****
|
|
#define LocalGuru xpilot@xpilot.org /* The one to contact for problems */
|
|
#endif /* LocalGuru */
|
|
|
|
! PREFIX = /usr/local/games
|
|
|
|
/* Manual pages for games usually go to section 6. */
|
|
MANSUFFIX = 6
|
|
--- 25,31 ----
|
|
#define LocalGuru xpilot@xpilot.org /* The one to contact for problems */
|
|
#endif /* LocalGuru */
|
|
|
|
! PREFIX = /usr/X11R6
|
|
|
|
/* Manual pages for games usually go to section 6. */
|
|
MANSUFFIX = 6
|
|
*** src/config.h.orig Tue Oct 8 04:22:39 1996
|
|
--- src/config.h Wed Feb 12 08:32:58 1997
|
|
***************
|
|
*** 46,52 ****
|
|
# define LIBPREFIX "lib_disk:[lib.xgames.xpilot341.lib"
|
|
# define LIBDIR LIBPREFIX "]"
|
|
# else
|
|
! # define LIBDIR "/usr/local/games/lib/xpilot/"
|
|
# endif
|
|
#endif
|
|
|
|
--- 46,52 ----
|
|
# define LIBPREFIX "lib_disk:[lib.xgames.xpilot341.lib"
|
|
# define LIBDIR LIBPREFIX "]"
|
|
# else
|
|
! # define LIBDIR "/usr/X11R6/lib/xpilot/"
|
|
# endif
|
|
#endif
|
|
|