svn commit: r425622 - head/games/trigger-data

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Nov 7 14:14:59 UTC 2016


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/


More information about the svn-ports-all mailing list