aboutsummaryrefslogtreecommitdiff
path: root/graphics/gimp-refocus-plugin
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-12-20 18:58:13 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-12-20 18:58:13 +0000
commitdf914c9c5cd9f2b1e0ee1fb0610c2ebc7bf8f40e (patch)
treedd790ca6c84e29063a946c2a928298cdbc24311d /graphics/gimp-refocus-plugin
parent91d17ef60101776a9d6abda5b326390d158d2500 (diff)
downloadports-df914c9c5cd9f2b1e0ee1fb0610c2ebc7bf8f40e.tar.gz
ports-df914c9c5cd9f2b1e0ee1fb0610c2ebc7bf8f40e.zip
cleanup plist
Notes
Notes: svn path=/head/; revision=375087
Diffstat (limited to 'graphics/gimp-refocus-plugin')
-rw-r--r--graphics/gimp-refocus-plugin/Makefile5
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}|" {} \;