diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-06 23:09:26 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-06 23:09:26 +0000 |
commit | 6d794e8f03e006af71b4b62d15601209d99ba115 (patch) | |
tree | 6d6492c0f19adf0abaa50e7b36a6fdd1a0a33357 /graphics/gimp-ez-perspective-plugin | |
parent | 9588594094032e2df13f60ad4606dd6a31f65096 (diff) |
Notes
Diffstat (limited to 'graphics/gimp-ez-perspective-plugin')
-rw-r--r-- | graphics/gimp-ez-perspective-plugin/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/graphics/gimp-ez-perspective-plugin/Makefile b/graphics/gimp-ez-perspective-plugin/Makefile index 13c318a9ae8a..eb20a210e910 100644 --- a/graphics/gimp-ez-perspective-plugin/Makefile +++ b/graphics/gimp-ez-perspective-plugin/Makefile @@ -27,16 +27,10 @@ USE_PYTHON_RUN= yes NO_BUILD= yes NO_WRKSUBDIR= yes -PLIST_SUB= PLUGIN_DIR=${PLUGIN_DIR} -PLUGIN_DIR?= libexec/gimp/2.2/plug-ins/ +PLUGIN_DIR?= libexec/gimp/2.2/plug-ins # installed files -PLIST_FILES= %%PLUGIN_DIR%%/${DISTNAME} - -# installed dirs -PLIST_DIRSTRY= libexec/gimp/2.2/plug-ins \ - libexec/gimp/2.2 \ - libexec/gimp +PLIST_FILES= ${PLUGIN_DIR}/${DISTNAME} post-patch: @${REINPLACE_CMD} \ |