From owner-svn-ports-head@freebsd.org Mon Nov 7 14:14:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A26A4C33742; Mon, 7 Nov 2016 14:14:59 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 6EE93EF2; Mon, 7 Nov 2016 14:14:59 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA7EEw0a066527; Mon, 7 Nov 2016 14:14:58 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7EEw2V066525; Mon, 7 Nov 2016 14:14:58 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611071414.uA7EEw2V066525@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 7 Nov 2016 14:14:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425622 - head/games/trigger-data 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.23 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: Mon, 07 Nov 2016 14:14:59 -0000 Author: amdmi3 Date: Mon Nov 7 14:14:58 2016 New Revision: 425622 URL: https://svnweb.freebsd.org/changeset/ports/425622 Log: - Fix WWW: - Silence mkdir Modified: head/games/trigger-data/Makefile head/games/trigger-data/pkg-descr Modified: head/games/trigger-data/Makefile ============================================================================== --- head/games/trigger-data/Makefile Mon Nov 7 14:13:30 2016 (r425621) +++ head/games/trigger-data/Makefile Mon Nov 7 14:14:58 2016 (r425622) @@ -19,7 +19,7 @@ NO_BUILD= yes do-install: cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} .for i in 16 22 24 32 36 48 64 72 96 128 192 256 - ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps/ && \ + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps/ && \ ${MV} ${STAGEDIR}${DATADIR}/icon/trigger-${i}.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps/trigger.png .endfor Modified: head/games/trigger-data/pkg-descr ============================================================================== --- head/games/trigger-data/pkg-descr Mon Nov 7 14:13:30 2016 (r425621) +++ head/games/trigger-data/pkg-descr Mon Nov 7 14:14:58 2016 (r425622) @@ -4,4 +4,4 @@ race a sequence of 6 courses, with incre Trigger is highly customisable, and it's easy to add new levels and vehicles. -WWW: http://trigger-rally.sourceforge.net +WWW: http://trigger-rally.sourceforge.net/