summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-01-20 20:16:28 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-01-20 20:16:28 +0000
commitea2d1924f5050021ae86005cb7df572883e73f6d (patch)
tree76cb326aef244bcd7c69f58cc703b4d0de93cd40
parentDo not reinplace a symlink (diff)
Reinplace the target of the symlink instead of the symlink
PR: 216309
Notes
Notes: svn path=/head/; revision=431995
-rw-r--r--graphics/cinepaint/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/cinepaint/Makefile b/graphics/cinepaint/Makefile
index 0ac68c012a74..a9b6d5e2c996 100644
--- a/graphics/cinepaint/Makefile
+++ b/graphics/cinepaint/Makefile
@@ -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