Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Oct 2014 23:06:15 +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: r370247 - head/graphics/gimp-lensfun-plugin
Message-ID:  <201410062306.s96N6FRp068581@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Oct  6 23:06:15 2014
New Revision: 370247
URL: https://svnweb.freebsd.org/changeset/ports/370247
QAT: https://qat.redports.org/buildarchive/r370247/

Log:
  Remove trailing / to pass check-plist

Modified:
  head/graphics/gimp-lensfun-plugin/Makefile

Modified: head/graphics/gimp-lensfun-plugin/Makefile
==============================================================================
--- head/graphics/gimp-lensfun-plugin/Makefile	Mon Oct  6 23:04:56 2014	(r370246)
+++ head/graphics/gimp-lensfun-plugin/Makefile	Mon Oct  6 23:06:15 2014	(r370247)
@@ -26,7 +26,7 @@ GH_PROJECT=	GIMP-Lensfun
 GH_COMMIT=	d0a0bd2
 GH_TAGNAME=	${GH_COMMIT}
 
-PLUGIN_DIR?=	libexec/gimp/2.2/plug-ins/
+PLUGIN_DIR?=	libexec/gimp/2.2/plug-ins
 PLUGINS=	gimp-lensfun
 
 # installed files
@@ -34,11 +34,6 @@ PLUGINS=	gimp-lensfun
 PLIST_FILES+=	${PLUGIN_DIR}/${plugin}
 .endfor
 
-# installed dirs
-PLIST_DIRSTRY=	libexec/gimp/2.2/plug-ins \
-		libexec/gimp/2.2 \
-		libexec/gimp
-
 post-patch:
 	@${REINPLACE_CMD} \
 		-e 's|gimptool-2.0|${LOCALBASE}/bin/gimptool-2.0|' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410062306.s96N6FRp068581>