diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-01-20 20:16:28 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-01-20 20:16:28 +0000 |
commit | ea2d1924f5050021ae86005cb7df572883e73f6d (patch) | |
tree | 76cb326aef244bcd7c69f58cc703b4d0de93cd40 /graphics | |
parent | d60dafdb9346dc92ac5f2181c6db97ba95b30061 (diff) | |
download | ports-ea2d1924f5050021ae86005cb7df572883e73f6d.tar.gz ports-ea2d1924f5050021ae86005cb7df572883e73f6d.zip |
Notes
Diffstat (limited to 'graphics')
-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 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 |