svn commit: r370258 - head/graphics/gimp-ez-perspective-plugin

Antoine Brodin antoine at FreeBSD.org
Mon Oct 6 23:09:27 UTC 2014


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


More information about the svn-ports-all mailing list