From owner-svn-ports-head@FreeBSD.ORG Sun Jun 15 16:23:53 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 680E8E1C; Sun, 15 Jun 2014 16:23:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3AD9C2828; Sun, 15 Jun 2014 16:23:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5FGNrAm026445; Sun, 15 Jun 2014 16:23:53 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5FGNqva026438; Sun, 15 Jun 2014 16:23:52 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201406151623.s5FGNqva026438@svn.freebsd.org> From: "Vanilla I. Shu" Date: Sun, 15 Jun 2014 16:23:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357901 - in head/games/tileworld: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jun 2014 16:23:53 -0000 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