summaryrefslogtreecommitdiff
path: root/games/xblast-beta/files/patch-ad
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2001-02-11 13:01:32 +0000
committerStefan Eßer <se@FreeBSD.org>2001-02-11 13:01:32 +0000
commit1f94382923741eaada6eeab1fc5fe10276a03422 (patch)
tree65f2ee54db56c387523cfead370db8c3a4c39114 /games/xblast-beta/files/patch-ad
parentUpdate to use recently released ptex-src-2.1.10.tar.gz which includes all (diff)
New port for the beta version of XBlast-TNT. This port is only meant to
exist until the main XBlast port can be upgraded to a new stable version.
Notes
Notes: svn path=/head/; revision=38203
Diffstat (limited to 'games/xblast-beta/files/patch-ad')
-rw-r--r--games/xblast-beta/files/patch-ad12
1 files changed, 12 insertions, 0 deletions
diff --git a/games/xblast-beta/files/patch-ad b/games/xblast-beta/files/patch-ad
new file mode 100644
index 000000000000..d9a68f1fa631
--- /dev/null
+++ b/games/xblast-beta/files/patch-ad
@@ -0,0 +1,12 @@
+--- image/misc/Imakefile~ Thu Apr 10 11:30:44 1997
++++ image/misc/Imakefile Tue Dec 26 15:19:43 2000
+@@ -19,7 +19,7 @@
+ */
+
+ PPMFILES=*.ppm
+-
+-ALLFILES=$(PPMFILES)
++PBMFILES=*.pbm
++ALLFILES=$(PPMFILES) $(PBMFILES)
+
+ InstallMultiple($(ALLFILES),$(IMAGEDIR))