diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-11-07 22:14:58 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-11-07 22:14:58 +0800 |
commit | a2cdd974f1dee40d2cf37bd07540b2d21b554f3c (patch) | |
tree | a802835871fc3df3c227cf27290f84e43c0f6b94 /games | |
parent | b67c5e7fb6da9f6bb066c96ba8682d34d20310a6 (diff) | |
download | freebsd-ports-gnome-a2cdd974f1dee40d2cf37bd07540b2d21b554f3c.tar.gz freebsd-ports-gnome-a2cdd974f1dee40d2cf37bd07540b2d21b554f3c.tar.zst freebsd-ports-gnome-a2cdd974f1dee40d2cf37bd07540b2d21b554f3c.zip |
- Fix WWW:
- Silence mkdir
Diffstat (limited to 'games')
-rw-r--r-- | games/trigger-data/Makefile | 2 | ||||
-rw-r--r-- | games/trigger-data/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/trigger-data/Makefile b/games/trigger-data/Makefile index 1db1f7e988ab..decdb638179f 100644 --- a/games/trigger-data/Makefile +++ b/games/trigger-data/Makefile @@ -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 diff --git a/games/trigger-data/pkg-descr b/games/trigger-data/pkg-descr index d1526b283ce1..c3ee196cd4dd 100644 --- a/games/trigger-data/pkg-descr +++ b/games/trigger-data/pkg-descr @@ -4,4 +4,4 @@ race a sequence of 6 courses, with increasing levels of difficulty. 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/ |