diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-06 23:06:15 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-06 23:06:15 +0000 |
commit | 3f277adcb8083aba838caf98f5c00dc1ea6a4c2d (patch) | |
tree | 6b3e3a8ae08163b03e33794173ca627752a409bc /graphics/gimp-lensfun-plugin | |
parent | f9a6f5b59bbf65eb946312a1ee7515e75f7572b7 (diff) | |
download | ports-3f277adcb8083aba838caf98f5c00dc1ea6a4c2d.tar.gz ports-3f277adcb8083aba838caf98f5c00dc1ea6a4c2d.zip |
Remove trailing / to pass check-plist
Notes
Notes:
svn path=/head/; revision=370247
Diffstat (limited to 'graphics/gimp-lensfun-plugin')
-rw-r--r-- | graphics/gimp-lensfun-plugin/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/graphics/gimp-lensfun-plugin/Makefile b/graphics/gimp-lensfun-plugin/Makefile index ab5dc8935708..6b3244796306 100644 --- a/graphics/gimp-lensfun-plugin/Makefile +++ b/graphics/gimp-lensfun-plugin/Makefile @@ -26,7 +26,7 @@ GH_PROJECT= GIMP-Lensfun GH_COMMIT= d0a0bd2 GH_TAGNAME= ${GH_COMMIT} -PLUGIN_DIR?= libexec/gimp/2.2/plug-ins/ +PLUGIN_DIR?= libexec/gimp/2.2/plug-ins PLUGINS= gimp-lensfun # installed files @@ -34,11 +34,6 @@ PLUGINS= gimp-lensfun PLIST_FILES+= ${PLUGIN_DIR}/${plugin} .endfor -# installed dirs -PLIST_DIRSTRY= libexec/gimp/2.2/plug-ins \ - libexec/gimp/2.2 \ - libexec/gimp - post-patch: @${REINPLACE_CMD} \ -e 's|gimptool-2.0|${LOCALBASE}/bin/gimptool-2.0|' \ |