From 085d92ab0bc85a8ab6805c4bf646c8300b3395be Mon Sep 17 00:00:00 2001 From: rakuco Date: Sat, 1 Sep 2012 13:39:34 +0000 Subject: Fix typo in icon directory name. PR: ports/171233 Submitted by: nemysis (maintainer) --- games/simsu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit