Date: Mon, 6 Oct 2014 23:13:40 +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: r370260 - head/graphics/gimp-wavelet-decompose-plugin Message-ID: <201410062313.s96NDeVA074853@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Oct 6 23:13:39 2014 New Revision: 370260 URL: https://svnweb.freebsd.org/changeset/ports/370260 QAT: https://qat.redports.org/buildarchive/r370260/ Log: Remove trailing / to pass check-plist Modified: head/graphics/gimp-wavelet-decompose-plugin/Makefile Modified: head/graphics/gimp-wavelet-decompose-plugin/Makefile ============================================================================== --- head/graphics/gimp-wavelet-decompose-plugin/Makefile Mon Oct 6 23:10:28 2014 (r370259) +++ head/graphics/gimp-wavelet-decompose-plugin/Makefile Mon Oct 6 23:13:39 2014 (r370260) @@ -21,19 +21,13 @@ OPTIONS_DEFINE= NLS USES= gettext gmake -PLIST_SUB= PLUGIN_DIR=${PLUGIN_DIR} -PLUGIN_DIR?= libexec/gimp/2.2/plug-ins/ +PLUGIN_DIR?= libexec/gimp/2.2/plug-ins # l10n languages LANGUAGES= de ru it pl # installed files -PLIST_FILES= %%PLUGIN_DIR%%/wavelet-decompose - -# installed dirs -PLIST_DIRSTRY= libexec/gimp/2.2/plug-ins \ - libexec/gimp/2.2 \ - libexec/gimp +PLIST_FILES= ${PLUGIN_DIR}/wavelet-decompose .include <bsd.port.options.mk> @@ -55,10 +49,6 @@ post-patch: .if ${PORT_OPTIONS:MNLS} .for language in ${LANGUAGES} PLIST_FILES+= share/locale/${language}/LC_MESSAGES/gimp20-${PORTNAME}-plug-in.mo - -PLIST_DIRSTRY+= share/locale/${language}/LC_MESSAGES \ - share/locale/${language} \ - share/locale .endfor .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410062313.s96NDeVA074853>