diff options
Diffstat (limited to 'games/puckman/files')
-rw-r--r-- | games/puckman/files/patch-Makefile | 24 | ||||
-rw-r--r-- | games/puckman/files/patch-puckman.c | 11 |
2 files changed, 0 insertions, 35 deletions
diff --git a/games/puckman/files/patch-Makefile b/games/puckman/files/patch-Makefile deleted file mode 100644 index 2e2c2ddb9936..000000000000 --- a/games/puckman/files/patch-Makefile +++ /dev/null @@ -1,24 +0,0 @@ ---- Makefile.orig 2012-08-16 19:32:29.000000000 +0200 -+++ Makefile 2012-08-16 20:12:01.000000000 +0200 -@@ -1,10 +1,10 @@ --BIN = $(DESTDIR)/usr/bin --ICONS = $(DESTDIR)/usr/share/puckman/images --ICON = $(DESTDIR)/usr/share/pixmaps --SYMICON = $(DESTDIR)/usr/share/icons/hicolor/48x48/apps -+BIN = $(DESTDIR)/usr/local/bin -+ICONS = $(DESTDIR)/usr/local/share/puckman/images -+ICON = $(DESTDIR)/usr/local/share/pixmaps -+SYMICON = $(DESTDIR)/usr/local/share/icons/hicolor/48x48/apps - SHELL = /bin/sh - CC = g++ --prefix = /usr -+prefix = /usr/local - includedir = $(prefix)/include - pacdir = ~/.puckman - puckman: puckman.c -@@ -23,4 +23,4 @@ - - uninstall: - rm -vr $(ICONS) $(BIN)/puckman $(ICON)/puckman.png $(SYMICON)/puckman.png -- if test -e $(DESTDIR)/usr/share/applications/puckman.desktop; then rm -v $(DESTDIR)/usr/share/applications/puckman.desktop; fi -+ if test -e $(DESTDIR)/usr/local/share/applications/puckman.desktop; then rm -v $(DESTDIR)/usr/local/share/applications/puckman.desktop; fi diff --git a/games/puckman/files/patch-puckman.c b/games/puckman/files/patch-puckman.c deleted file mode 100644 index 243cdb6ec7ca..000000000000 --- a/games/puckman/files/patch-puckman.c +++ /dev/null @@ -1,11 +0,0 @@ ---- puckman.c.orig 2012-08-16 19:32:29.000000000 +0200 -+++ puckman.c 2012-08-16 20:11:00.000000000 +0200 -@@ -29,7 +29,7 @@ - #include <SDL_image.h> - #include <SDL_gfxPrimitives.h> - --#define PACPATH "/usr/share/puckman/" -+#define PACPATH "/usr/local/share/puckman/" - #define SCREEN_WIDTH 461 - #define SCREEN_HEIGHT 580 - #define RIGHT 0 |