freebsd-ports/games/xbattle/files/patch-aa
Chris Piazza 93ffe04c9a Install in share/*, not /etc/*.
Obtained from:	OpenBSD
1999-10-01 18:42:07 +00:00

23 lines
761 B
Text

*** Imakefile.orig Tue Apr 29 16:11:52 1997
--- Imakefile Tue Apr 29 16:13:28 1997
***************
*** 7,15 ****
#endif
#endif
! DEFINES = -DDEFAULT_XBO_DIR=\"/export/home/lesher/xbos\" \
! -DDEFAULT_XBT_DIR=\"/export/home/lesher/xbts\" \
! -DDEFAULT_XBA_DIR=\"/export/home/lesher/xbas\"
LOCAL_LIBRARIES = $(XLIB)
SYS_LIBRARIES = -lm
SRCS = command.c \
--- 7,15 ----
#endif
#endif
! DEFINES = -DDEFAULT_XBO_DIR=\"$(PREFIX)/share/xbattle/xbos\" \
! -DDEFAULT_XBT_DIR=\"$(PREFIX)/share/xbattle/xbts\" \
! -DDEFAULT_XBA_DIR=\"$(PREFIX)/share/xbattle/xbas\"
LOCAL_LIBRARIES = $(XLIB)
SYS_LIBRARIES = -lm
SRCS = command.c \