Date: Sun, 15 Jun 2014 16:23:52 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357901 - in head/games/tileworld: . files Message-ID: <201406151623.s5FGNqva026438@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Sun Jun 15 16:23:52 2014 New Revision: 357901 URL: http://svnweb.freebsd.org/changeset/ports/357901 QAT: https://qat.redports.org/buildarchive/r357901/ Log: Stagify. Approved by: portmgr@ Added: head/games/tileworld/files/ head/games/tileworld/files/patch-Makefile.in (contents, props changed) Modified: head/games/tileworld/Makefile head/games/tileworld/pkg-plist Modified: head/games/tileworld/Makefile ============================================================================== --- head/games/tileworld/Makefile Sun Jun 15 16:19:17 2014 (r357900) +++ head/games/tileworld/Makefile Sun Jun 15 16:23:52 2014 (r357901) @@ -17,9 +17,6 @@ USES= gmake ALL_TARGET= tworld DATADIR= share/tworld -MAN6= tworld.6 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|make|$${MAKE}|g; s|cp -i|cp|' ${WRKSRC}/Makefile.in Added: head/games/tileworld/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/tileworld/files/patch-Makefile.in Sun Jun 15 16:23:52 2014 (r357901) @@ -0,0 +1,35 @@ +--- Makefile.in.orig 2014-06-16 00:21:51.143801006 +0800 ++++ Makefile.in 2014-06-16 00:22:29.896816254 +0800 +@@ -92,19 +92,19 @@ tworldres.o: tworld.ico + # + + install: tworld +- mkdir -p $(bindir) +- mkdir -p $(sharedir)/sets +- mkdir -p $(sharedir)/data +- mkdir -p $(sharedir)/res +- mkdir -p $(mandir)/man6 +- cp -i ./tworld $(bindir)/. +- cp -i sets/*.dac $(sharedir)/sets/. +- cp -i data/*.dat $(sharedir)/data/. +- cp -i res/rc $(sharedir)/res/. +- cp -i res/*.bmp $(sharedir)/res/. +- cp -i res/*.txt $(sharedir)/res/. +- cp -i res/*.wav $(sharedir)/res/. +- cp -i docs/tworld.6 $(mandir)/man6/. ++ mkdir -p $(DESTDIR)$(bindir) ++ mkdir -p $(DESTDIR)$(sharedir)/sets ++ mkdir -p $(DESTDIR)$(sharedir)/data ++ mkdir -p $(DESTDIR)$(sharedir)/res ++ mkdir -p $(DESTDIR)$(mandir)/man6 ++ cp -i ./tworld $(DESTDIR)$(bindir)/. ++ cp -i sets/*.dac $(DESTDIR)$(sharedir)/sets/. ++ cp -i data/*.dat $(DESTDIR)$(sharedir)/data/. ++ cp -i res/rc $(DESTDIR)$(sharedir)/res/. ++ cp -i res/*.bmp $(DESTDIR)$(sharedir)/res/. ++ cp -i res/*.txt $(DESTDIR)$(sharedir)/res/. ++ cp -i res/*.wav $(DESTDIR)$(sharedir)/res/. ++ cp -i docs/tworld.6 $(DESTDIR)$(mandir)/man6/. + + all: tworld mklynxcc + Modified: head/games/tileworld/pkg-plist ============================================================================== --- head/games/tileworld/pkg-plist Sun Jun 15 16:19:17 2014 (r357900) +++ head/games/tileworld/pkg-plist Sun Jun 15 16:23:52 2014 (r357901) @@ -1,4 +1,5 @@ bin/tworld +man/man6/tworld.6.gz %%DATADIR%%/data/intro.dat %%DATADIR%%/res/atiles.bmp %%DATADIR%%/res/block.wav
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406151623.s5FGNqva026438>