summaryrefslogtreecommitdiff
path: root/games/xbomb/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-01-24 06:02:10 +0000
committerSteve Price <steve@FreeBSD.org>2000-01-24 06:02:10 +0000
commit3f9dfff96116af9781cd945a9f71ced0691f6fd7 (patch)
tree14f51c6c48aa085625b2ecbb225d60bd2a50018d /games/xbomb/files
parent- Add primary site to MASTER_SITES (diff)
- Update to version 2.1a
- Add WWW: line into pkg/PLIST PR: 16277 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=25017
Diffstat (limited to 'games/xbomb/files')
-rw-r--r--games/xbomb/files/patch-aa22
1 files changed, 14 insertions, 8 deletions
diff --git a/games/xbomb/files/patch-aa b/games/xbomb/files/patch-aa
index 294e7f219999..8507b8b3798b 100644
--- a/games/xbomb/files/patch-aa
+++ b/games/xbomb/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Sat Jan 20 15:02:46 1996
-+++ Makefile Sun Sep 27 03:06:34 1998
+--- Makefile.orig Sun Jan 21 06:02:46 1996
++++ Makefile Tue Jan 18 00:00:00 2000
@@ -12,33 +12,30 @@
# for conditions under which this file may be redistributed.
#
@@ -42,15 +42,21 @@
xbomb.o : xbomb.c xbomb.h
xwindow.o : xwindow.c xbomb.h icon.h
hiscore.o : hiscore.c xbomb.h
-@@ -54,7 +51,7 @@
- strip xbomb
- install -d $(INSTDIR)/bin
- install -d $(INSTDIR)/man/man6
+@@ -51,10 +48,10 @@
+ ########
+
+ install :
+- strip xbomb
+- install -d $(INSTDIR)/bin
+- install -d $(INSTDIR)/man/man6
- install -d $(INSTDIR)/lib/app-defaults
- install -m 755 xbomb $(INSTDIR)/bin
- install -m 644 xbomb.6 $(INSTDIR)/man/man6
- install -m 644 xbomb.ad $(INSTDIR)/lib/app-defaults/XBomb
-+ install -d $(INSTDIR)/lib/X11/app-defaults
++# strip xbomb
++# install -d $(INSTDIR)/bin
++# install -d $(INSTDIR)/man/man6
++# install -d $(INSTDIR)/lib/app-defaults
+ ${BSD_INSTALL_PROGRAM} xbomb $(INSTDIR)/bin
+ ${BSD_INSTALL_MAN} xbomb.6 $(INSTDIR)/man/man6
-+ ${BSD_INSTALL_SCRIPT} xbomb.ad $(INSTDIR)/lib/X11/app-defaults/XBomb
++ ${BSD_INSTALL_DATA} xbomb.ad $(INSTDIR)/lib/X11/app-defaults/XBomb