svn commit: r431995 - head/graphics/cinepaint

Antoine Brodin antoine at FreeBSD.org
Fri Jan 20 20:16:30 UTC 2017


Author: antoine
Date: Fri Jan 20 20:16:28 2017
New Revision: 431995
URL: https://svnweb.freebsd.org/changeset/ports/431995

Log:
  Reinplace the target of the symlink instead of the symlink
  
  PR:		216309

Modified:
  head/graphics/cinepaint/Makefile

Modified: head/graphics/cinepaint/Makefile
==============================================================================
--- head/graphics/cinepaint/Makefile	Fri Jan 20 20:12:27 2017	(r431994)
+++ head/graphics/cinepaint/Makefile	Fri Jan 20 20:16:28 2017	(r431995)
@@ -65,7 +65,7 @@ post-patch:
 	@${REINPLACE_CMD} -e \
 		'/cms-profile-path/s|".*"|"${LOCALBASE}/share/color/icc"| ; \
 		 s|/usr/share|${LOCALBASE}/share|' \
-		${WRKSRC}/cinepaintrc.in
+		${WRKSRC}/gimprc.in
 	@${REINPLACE_CMD} -e \
 		's|gimprc|cinepaintrc|g' \
 		${WRKSRC}/user_install.in


More information about the svn-ports-all mailing list