diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-06-16 00:39:36 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-06-16 00:39:36 +0800 |
commit | d0bfd4b92e3fd67ec2b47bbf27d837960c85ed5b (patch) | |
tree | e8fcbf136d56d06649775494f057086377a2f6ea /games/xwelltris | |
parent | bf49ab8e4a660db5b4162fc6d2cafd01bccc5260 (diff) | |
download | freebsd-ports-gnome-d0bfd4b92e3fd67ec2b47bbf27d837960c85ed5b.tar.gz freebsd-ports-gnome-d0bfd4b92e3fd67ec2b47bbf27d837960c85ed5b.tar.zst freebsd-ports-gnome-d0bfd4b92e3fd67ec2b47bbf27d837960c85ed5b.zip |
Stagify.
Approved by: portmgr@
Diffstat (limited to 'games/xwelltris')
-rw-r--r-- | games/xwelltris/Makefile | 1 | ||||
-rw-r--r-- | games/xwelltris/files/patch-Makefile.in | 17 | ||||
-rw-r--r-- | games/xwelltris/files/patch-src__image__picinfo.h (renamed from games/xwelltris/files/patch-src::image::picinfo.h) | 0 |
3 files changed, 17 insertions, 1 deletions
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 <bsd.port.mk> 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 index 73922b29823f..73922b29823f 100644 --- a/games/xwelltris/files/patch-src::image::picinfo.h +++ b/games/xwelltris/files/patch-src__image__picinfo.h |