svn commit: r370247 - head/graphics/gimp-lensfun-plugin

Antoine Brodin antoine at FreeBSD.org
Mon Oct 6 23:06:16 UTC 2014


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|' \


More information about the svn-ports-all mailing list