mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
93ffe04c9a
Obtained from: OpenBSD
24 lines
761 B
Plaintext
24 lines
761 B
Plaintext
*** 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 \
|