diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2012-09-01 13:39:34 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2012-09-01 13:39:34 +0000 |
commit | ed010df4ec80ab6823dbe90dcc6a4a1e927dac06 (patch) | |
tree | 2f849ade000bb7fef09789f90ca4dc41b290db2b /games/simsu | |
parent | 7d80c68e745ff0f861a5e0d1061300edd58c54d0 (diff) |
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')
-rw-r--r-- | games/simsu/Makefile | 2 |
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 |