svn commit: r335014 - head/games/connectagram

Rusmir Dusko nemysis at FreeBSD.org
Wed Nov 27 13:44:29 UTC 2013


Author: nemysis
Date: Wed Nov 27 13:44:28 2013
New Revision: 335014
URL: http://svnweb.freebsd.org/changeset/ports/335014

Log:
  - Fix typo
  
  Approved by:	pawel / wg (mentors, implicit)

Modified:
  head/games/connectagram/Makefile

Modified: head/games/connectagram/Makefile
==============================================================================
--- head/games/connectagram/Makefile	Wed Nov 27 13:38:56 2013	(r335013)
+++ head/games/connectagram/Makefile	Wed Nov 27 13:44:28 2013	(r335014)
@@ -26,7 +26,7 @@ post-install:
 	@(cd ${WRKSRC} && ${COPYTREE_SHARE} data ${STAGEDIR}${DATADIR})
 	@(cd ${WRKSRC}/icons && ${COPYTREE_SHARE} patterns ${STAGEDIR}${DATADIR})
 	@(cd ${WRKSRC}/icons && ${COPYTREE_SHARE} hicolor ${STAGEDIR}${PREFIX}/share/icons/)
-	${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png
+	${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \
 			${STAGEDIR}${PREFIX}/share/pixmaps/
 
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-head mailing list