svn commit: r370245 - head/graphics/gimp-beautify-plugin

Antoine Brodin antoine at FreeBSD.org
Mon Oct 6 23:03:37 UTC 2014


Author: antoine
Date: Mon Oct  6 23:03:36 2014
New Revision: 370245
URL: https://svnweb.freebsd.org/changeset/ports/370245
QAT: https://qat.redports.org/buildarchive/r370245/

Log:
  Remove trailing / to pass check-plist

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

Modified: head/graphics/gimp-beautify-plugin/Makefile
==============================================================================
--- head/graphics/gimp-beautify-plugin/Makefile	Mon Oct  6 23:00:14 2014	(r370244)
+++ head/graphics/gimp-beautify-plugin/Makefile	Mon Oct  6 23:03:36 2014	(r370245)
@@ -30,7 +30,7 @@ USE_GCC=	yes
 USE_GNOME=	atk cairo gdkpixbuf2 gtk20
 USE_XORG=	x11 xcomposite xcursor xdamage xext xfixes xi xinerama xrandr xrender
 
-PLUGIN_DIR?=	libexec/gimp/2.2/plug-ins/
+PLUGIN_DIR?=	libexec/gimp/2.2/plug-ins
 PLUGINS=	beautify \
 		border \
 		simple-border \
@@ -41,11 +41,6 @@ PLUGINS=	beautify \
 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