summaryrefslogtreecommitdiff
path: root/games/xblast/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-12-11 02:48:53 +0000
committerSteve Price <steve@FreeBSD.org>2000-12-11 02:48:53 +0000
commitd492d682e03686ff480f58f41b63b104e7cb6090 (patch)
tree2f020e4efa44d40300de2400f91295c11e6d37e6 /games/xblast/files
parent- Support CC/CFLAGS properly (diff)
- Handle manpage a bit more elagantly
- Update WWW: line PR: 23272 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=35865
Diffstat (limited to 'games/xblast/files')
-rw-r--r--games/xblast/files/patch-aa18
1 files changed, 7 insertions, 11 deletions
diff --git a/games/xblast/files/patch-aa b/games/xblast/files/patch-aa
index 7e9ec15d8c5c..754ca37d387f 100644
--- a/games/xblast/files/patch-aa
+++ b/games/xblast/files/patch-aa
@@ -1,5 +1,5 @@
---- Imakefile.orig Wed Jul 28 21:36:20 1999
-+++ Imakefile Tue Oct 17 20:23:46 2000
+--- 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
@@ -11,17 +11,13 @@
/*
* all programs to be build
-@@ -71,6 +73,13 @@
+@@ -71,7 +73,8 @@
SRCS2 = xbsndsrv.c
OBJS2 = xbsndsrv.o
-+/*
-+ * The following is a terrible hack, but there is no man page
-+ * and ComplexProgramTarget always wants to install one ...
-+ */
-+#undef InstallManPage
-+#define InstallManPage(p,d)
-+
- ComplexProgramTarget_2(xbsndsrv,NullParameter,NullParameter)
+-ComplexProgramTarget_2(xbsndsrv,NullParameter,NullParameter)
++NormalProgramTarget(xbsndsrv,$(OBJS2),,,)
++InstallProgram(xbsndsrv,$(BINDIR))
/*
+ * Part 3: install Application Defaults