aboutsummaryrefslogtreecommitdiff
path: root/games/simsu/Makefile
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2012-09-01 13:39:34 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2012-09-01 13:39:34 +0000
commited010df4ec80ab6823dbe90dcc6a4a1e927dac06 (patch)
tree2f849ade000bb7fef09789f90ca4dc41b290db2b /games/simsu/Makefile
parent7d80c68e745ff0f861a5e0d1061300edd58c54d0 (diff)
downloadports-ed010df4ec80ab6823dbe90dcc6a4a1e927dac06.tar.gz
ports-ed010df4ec80ab6823dbe90dcc6a4a1e927dac06.zip
Fix typo in icon directory name.
PR: ports/171233 Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
Notes
Notes: svn path=/head/; revision=303476
Diffstat (limited to 'games/simsu/Makefile')
-rw-r--r--games/simsu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/simsu/Makefile b/games/simsu/Makefile
index 8bcf1dc7660e..9affdfd87c11 100644
--- a/games/simsu/Makefile
+++ b/games/simsu/Makefile
@@ -47,7 +47,7 @@ do-install:
# Icons
${MKDIR} ${PREFIX}/share/icons/hicolor
-.for d in incons
+.for d in icons
@(cd ${WRKSRC}/${d} && ${COPYTREE_SHARE} hicolor ${PREFIX}/share/icons/)
.endfor