diff options
author | antoine <antoine@FreeBSD.org> | 2017-01-20 20:16:28 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-01-20 20:16:28 +0000 |
commit | db78d787d15f7da8b801a5ebd2ec53c58100067a (patch) | |
tree | 76cb326aef244bcd7c69f58cc703b4d0de93cd40 | |
parent | c4c35f19b361018264860b671b79e83959b7a93d (diff) | |
download | FreeBSD-ports-db78d787d15f7da8b801a5ebd2ec53c58100067a.zip FreeBSD-ports-db78d787d15f7da8b801a5ebd2ec53c58100067a.tar.gz |
Reinplace the target of the symlink instead of the symlink
PR: 216309
-rw-r--r-- | graphics/cinepaint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/cinepaint/Makefile b/graphics/cinepaint/Makefile index 0ac68c0..a9b6d5e 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 |