Bug 171233 - [MAINTAINER] games/simsu: fixed typo incons
Summary: [MAINTAINER] games/simsu: fixed typo incons
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Raphael Kubo da Costa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-01 14:00 UTC by nemysis
Modified: 2012-09-01 14:40 UTC (History)
1 user (show)

See Also:


Attachments
simsu-1.2.2_1.patch (378 bytes, patch)
2012-09-01 14:00 UTC, nemysis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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"