Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Oct 2014 23:03:36 +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: r370245 - head/graphics/gimp-beautify-plugin
Message-ID:  <201410062303.s96N3aQL067977@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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|' \



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