Date: Mon, 7 Nov 2016 14:14:58 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425622 - head/games/trigger-data Message-ID: <201611071414.uA7EEw2V066525@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611071414.uA7EEw2V066525>