diff --git a/games/xwelltris/Makefile b/games/xwelltris/Makefile index b817a80365dc..3ef885c73f14 100644 --- a/games/xwelltris/Makefile +++ b/games/xwelltris/Makefile @@ -25,5 +25,4 @@ PLIST_DIRS= share/xwelltris GNU_CONFIGURE= yes USE_XORG= ice sm x11 xau xcursor xdmcp xext xfixes xi xrandr -NO_STAGE= yes .include diff --git a/games/xwelltris/files/patch-Makefile.in b/games/xwelltris/files/patch-Makefile.in new file mode 100644 index 000000000000..89985205e950 --- /dev/null +++ b/games/xwelltris/files/patch-Makefile.in @@ -0,0 +1,17 @@ +--- Makefile.in.orig 2014-06-16 00:36:19.292743322 +0800 ++++ Makefile.in 2014-06-16 00:36:44.782773335 +0800 +@@ -36,10 +36,10 @@ $(PROGRAM): FORCE + -(cd src && make) + + install: +- $(INSD) $(INSTLIB) +- $(INSTALL_DATA) $(DATAFILES) $(INSTLIB) +- $(INSTALL_SHARE_DATA) $(SHARE_DATAFILES) $(INSTLIB) +- $(INSTALL_PROGRAM) $(PROGRAM) $(INSTDIR) ++ $(INSD) $(DESTDIR)$(INSTLIB) ++ $(INSTALL_DATA) $(DATAFILES) $(DESTDIR)$(INSTLIB) ++ $(INSTALL_SHARE_DATA) $(SHARE_DATAFILES) $(DESTDIR)$(INSTLIB) ++ $(INSTALL_PROGRAM) $(PROGRAM) $(DESTDIR)$(INSTDIR) + + uninstall: + $(RM) -f $(INSTDIR)/$(PROGRAM) diff --git a/games/xwelltris/files/patch-src::image::picinfo.h b/games/xwelltris/files/patch-src__image__picinfo.h similarity index 100% rename from games/xwelltris/files/patch-src::image::picinfo.h rename to games/xwelltris/files/patch-src__image__picinfo.h