diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-06 23:03:36 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-06 23:03:36 +0000 |
commit | bf388792ee1a87a1c84f7e7623cc42e3fcf3abe1 (patch) | |
tree | 91b827a3f0a58945698dce300463ec92e4d8b376 /graphics | |
parent | 4c9b998ba39f1cdd0f7314ec4fd7d953f97d5878 (diff) | |
download | ports-bf388792ee1a87a1c84f7e7623cc42e3fcf3abe1.tar.gz ports-bf388792ee1a87a1c84f7e7623cc42e3fcf3abe1.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-beautify-plugin/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/graphics/gimp-beautify-plugin/Makefile b/graphics/gimp-beautify-plugin/Makefile index af0f9fda1a0b..9ac29fd7d46b 100644 --- a/graphics/gimp-beautify-plugin/Makefile +++ b/graphics/gimp-beautify-plugin/Makefile @@ -30,7 +30,7 @@ USE_GCC= yes USE_GNOME= atk cairo gdkpixbuf2 gtk20 USE_XORG= x11 xcomposite xcursor xdamage xext xfixes xi xinerama xrandr xrender -PLUGIN_DIR?= libexec/gimp/2.2/plug-ins/ +PLUGIN_DIR?= libexec/gimp/2.2/plug-ins PLUGINS= beautify \ border \ simple-border \ @@ -41,11 +41,6 @@ PLUGINS= beautify \ 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|' \ |