Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Sep 2012 13:39:34 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303476 - head/games/simsu
Message-ID:  <201209011339.q81DdY1l017414@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209011339.q81DdY1l017414>