svn commit: r303476 - head/games/simsu
Raphael Kubo da Costa
rakuco at FreeBSD.org
Sat Sep 1 13:39:35 UTC 2012
Author: rakuco
Date: Sat Sep 1 13:39:34 2012
New Revision: 303476
URL: http://svn.freebsd.org/changeset/ports/303476
Log:
Fix typo in icon directory name.
PR: ports/171233
Submitted by: nemysis <nemysis at gmx.ch> (maintainer)
Modified:
head/games/simsu/Makefile
Modified: head/games/simsu/Makefile
==============================================================================
--- head/games/simsu/Makefile Sat Sep 1 13:29:03 2012 (r303475)
+++ head/games/simsu/Makefile Sat Sep 1 13:39:34 2012 (r303476)
@@ -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
More information about the svn-ports-all
mailing list