Date: Mon, 6 Oct 2014 23:09:27 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370258 - head/graphics/gimp-ez-perspective-plugin Message-ID: <201410062309.s96N9RHU070582@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Oct 6 23:09:26 2014 New Revision: 370258 URL: https://svnweb.freebsd.org/changeset/ports/370258 QAT: https://qat.redports.org/buildarchive/r370258/ Log: Remove trailing / to pass check-plist Modified: head/graphics/gimp-ez-perspective-plugin/Makefile Modified: head/graphics/gimp-ez-perspective-plugin/Makefile ============================================================================== --- head/graphics/gimp-ez-perspective-plugin/Makefile Mon Oct 6 23:08:26 2014 (r370257) +++ head/graphics/gimp-ez-perspective-plugin/Makefile Mon Oct 6 23:09:26 2014 (r370258) @@ -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} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410062309.s96N9RHU070582>