mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
d492d682e0
- Update WWW: line PR: 23272 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
24 lines
706 B
Plaintext
24 lines
706 B
Plaintext
--- Imakefile.orig Thu Jul 29 04:36:20 1999
|
|
+++ Imakefile Sat Oct 21 08:33:56 2000
|
|
@@ -25,7 +25,9 @@
|
|
* If you want to have sound, comment the following line
|
|
* Set SOUND_DIR to the directory, where the sounds can be found
|
|
*/
|
|
-EXTRA_DEFINES=-DXBLASTDIR=\"$(XBLASTDIR)\" -DXBLAST_SOUND
|
|
+EXTRA_DEFINES=-DXBLASTDIR=\"$(DESTDIR)$(XBLASTDIR)\" \
|
|
+ -DAPPLOADDIR=\"$(DESTDIR)$(XAPPLOADDIR)\" \
|
|
+ -DXBLAST_SOUND
|
|
|
|
/*
|
|
* all programs to be build
|
|
@@ -71,7 +73,8 @@
|
|
SRCS2 = xbsndsrv.c
|
|
OBJS2 = xbsndsrv.o
|
|
|
|
-ComplexProgramTarget_2(xbsndsrv,NullParameter,NullParameter)
|
|
+NormalProgramTarget(xbsndsrv,$(OBJS2),,,)
|
|
+InstallProgram(xbsndsrv,$(BINDIR))
|
|
|
|
/*
|
|
* Part 3: install Application Defaults
|