Bug 171233

Summary: [MAINTAINER] games/simsu: fixed typo incons
Product: Ports & Packages Reporter: nemysis <nemysis>
Component: Individual Port(s)Assignee: Raphael Kubo da Costa <rakuco>
Status: Closed FIXED    
Severity: Affects Only Me CC: jgh
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
simsu-1.2.2_1.patch none

Description nemysis 2012-09-01 14:00:18 UTC
Makefile changed:

fixed typo incons

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
Comment 1 Raphael Kubo da Costa freebsd_committer freebsd_triage 2012-09-01 14:37:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rakuco

I'll take it.
Comment 2 Raphael Kubo da Costa freebsd_committer freebsd_triage 2012-09-01 14:39:38 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-09-01 14:39:43 UTC
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
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"