Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jan 2017 20:16:28 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r431995 - head/graphics/cinepaint
Message-ID:  <201701202016.v0KKGSTA015170@repo.freebsd.org>

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



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