1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/games/xpilot/files/patch-Local.config
Gleb Popov e427ab10bf *: Move manpages to share/man for imake ports.
Approved by:	portmgr (blanket)
2024-02-04 22:13:55 +03:00

27 lines
984 B
Plaintext

--- Local.config.orig 2010-02-21 15:59:28 UTC
+++ Local.config
@@ -36,12 +36,10 @@
#define LocalGuru xpilot@xpilot.org /* The one to contact for problems */
#endif /* LocalGuru */
-PREFIX = /usr/local
-
/* Manual pages for games usually go to section 6. */
MANSUFFIX = 6
-INSTMANDIR = $(PREFIX)/man/man$(MANSUFFIX)
-INSTLIBDIR = $(PREFIX)/lib/xpilot
+INSTMANDIR = $(PREFIX)/share/man/man$(MANSUFFIX)
+INSTLIBDIR = $(PREFIX)/share/xpilot
INSTBINDIR = $(PREFIX)/bin
/* #define Log /* Try to log every server start to log file */
@@ -105,7 +103,7 @@ INSTBINDIR = $(PREFIX)/bin
* Try not defining anything first. You probably want -O for speed.
*/
/* CDEBUGFLAGS = -g /* General debug flag */
-CDEBUGFLAGS = -O /* General optimize flag */
+/* CDEBUGFLAGS = -O /* General optimize flag */
/* CDEBUGFLAGS = -Ae +O3 +FPD /* HP cc optimize flags (no +ESlit) */
/* CDEBUGFLAGS = -Ae -g -z +w1 /* HP cc debug flags */
/* CDEBUGFLAGS = -g2 -O2 /* SGI debug */