diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 18:58:13 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 18:58:13 +0000 |
commit | df914c9c5cd9f2b1e0ee1fb0610c2ebc7bf8f40e (patch) | |
tree | dd790ca6c84e29063a946c2a928298cdbc24311d /graphics/gimp-refocus-plugin | |
parent | 91d17ef60101776a9d6abda5b326390d158d2500 (diff) | |
download | ports-df914c9c5cd9f2b1e0ee1fb0610c2ebc7bf8f40e.tar.gz ports-df914c9c5cd9f2b1e0ee1fb0610c2ebc7bf8f40e.zip |
Notes
Diffstat (limited to 'graphics/gimp-refocus-plugin')
-rw-r--r-- | graphics/gimp-refocus-plugin/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/graphics/gimp-refocus-plugin/Makefile b/graphics/gimp-refocus-plugin/Makefile index 37333079ddf2..c8fc35310c6b 100644 --- a/graphics/gimp-refocus-plugin/Makefile +++ b/graphics/gimp-refocus-plugin/Makefile @@ -37,11 +37,6 @@ GIMP_PLUGIN_DIR= libexec/gimp/2.2/plug-ins # installed files PLIST_FILES= ${GIMP_PLUGIN_DIR}/${PORTNAME} -# installed dirs -PLIST_DIRSTRY= libexec/gimp/2.2/plug-ins \ - libexec/gimp/2.2 \ - libexec/gimp - post-patch: @${FIND} ${WRKSRC} -name Makefile.am \ -exec ${REINPLACE_CMD} -e "s|; make|; ${MAKE_CMD}|" {} \; |