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

John Marino marino at FreeBSD.org
Sun Feb 7 21:13:46 UTC 2016


Author: marino
Date: Sun Feb  7 21:13:44 2016
New Revision: 408455
URL: https://svnweb.freebsd.org/changeset/ports/408455

Log:
  graphics/gimp-beautify-plugin: reassign TMPDIR
  
  This port uses more than 200Mb of tmp space so reassign
  TMPDIR to $WRKDIR (deleted by intentionally constrained DF poudriere)

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

Modified: head/graphics/gimp-beautify-plugin/Makefile
==============================================================================
--- head/graphics/gimp-beautify-plugin/Makefile	Sun Feb  7 21:04:42 2016	(r408454)
+++ head/graphics/gimp-beautify-plugin/Makefile	Sun Feb  7 21:13:44 2016	(r408455)
@@ -28,6 +28,7 @@ USES=		gettext gmake pkgconfig
 USE_GCC=	yes
 USE_GNOME=	atk cairo gdkpixbuf2 gtk20
 USE_XORG=	x11 xcomposite xcursor xdamage xext xfixes xi xinerama xrandr xrender
+TMPDIR=		${WRKDIR}
 
 PLUGIN_DIR?=	libexec/gimp/2.2/plug-ins
 PLUGINS=	beautify \


More information about the svn-ports-all mailing list