diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2016-03-20 16:26:02 -0400 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2016-03-20 16:51:19 -0400 |
commit | 5a903e0456a16d2f1d03587647e1fadb93f63234 (patch) | |
tree | c0b9d91c4498a7238c14f68f1ebc05157673cdcc /games-puzzle/xbomb/files | |
parent | games-roguelike/angband: clean old (diff) | |
download | gentoo-5a903e0456a16d2f1d03587647e1fadb93f63234.tar.gz gentoo-5a903e0456a16d2f1d03587647e1fadb93f63234.tar.bz2 gentoo-5a903e0456a16d2f1d03587647e1fadb93f63234.zip |
games-puzzle/xbomb: clean old
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-puzzle/xbomb/files')
-rw-r--r-- | games-puzzle/xbomb/files/xbomb-2.2a-DESTDIR.patch | 35 | ||||
-rw-r--r-- | games-puzzle/xbomb/files/xbomb-2.2a-ldflags.patch | 11 |
2 files changed, 0 insertions, 46 deletions
diff --git a/games-puzzle/xbomb/files/xbomb-2.2a-DESTDIR.patch b/games-puzzle/xbomb/files/xbomb-2.2a-DESTDIR.patch deleted file mode 100644 index 945ac700be86..000000000000 --- a/games-puzzle/xbomb/files/xbomb-2.2a-DESTDIR.patch +++ /dev/null @@ -1,35 +0,0 @@ -diff -c xbomb-2.1/Makefile xbomb-2.1.new/Makefile -*** xbomb-2.1/Makefile 1996-01-20 16:02:46.000000000 -0500 ---- xbomb-2.1.new/Makefile 2002-11-13 10:31:30.000000000 -0500 -*************** -*** 27,34 **** - - OBJ=xbomb.o xwindow.o hiscore.o - -- INSTDIR=/usr/local -- - ######## - - xbomb : $(OBJ) ---- 27,32 ---- -*************** -*** 52,60 **** - - 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 ---- 50,58 ---- - - install : - strip xbomb -! install -d $(DESTDIR)/usr/bin -! install -d $(DESTDIR)/usr/share/man/man6 -! install -d $(DESTDIR)/etc/X11/app-defaults -! install -m 755 xbomb $(DESTDIR)/usr/bin -! install -m 644 xbomb.6 $(DESTDIR)/usr/share/man/man6 -! install -m 644 xbomb.ad $(DESTDIR)/etc/X11/app-defaults/XBomb diff --git a/games-puzzle/xbomb/files/xbomb-2.2a-ldflags.patch b/games-puzzle/xbomb/files/xbomb-2.2a-ldflags.patch deleted file mode 100644 index b1a18784fa43..000000000000 --- a/games-puzzle/xbomb/files/xbomb-2.2a-ldflags.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.old 2010-09-22 14:18:37.000000000 +0200 -+++ Makefile 2010-09-22 14:19:06.000000000 +0200 -@@ -30,7 +30,7 @@ - ######## - - xbomb : $(OBJ) -- $(LINK) $(OBJ) -o $@ $(LIB) $(XLIB) -+ $(LINK) $(LDFLAGS) $(OBJ) -o $@ $(LIB) $(XLIB) - - ######## - |