svn commit: r383852 - head/graphics/colord

Koop Mast kwm at FreeBSD.org
Sun Apr 12 10:14:54 UTC 2015


Author: kwm
Date: Sun Apr 12 10:14:53 2015
New Revision: 383852
URL: https://svnweb.freebsd.org/changeset/ports/383852

Log:
  Tell colord to use /var to store information which is already prepared,
  instead of poking around in /usr/local/var/
  
  PR:		197946
  Submitted by:	f0andrey at gmail.com

Modified:
  head/graphics/colord/Makefile

Modified: head/graphics/colord/Makefile
==============================================================================
--- head/graphics/colord/Makefile	Sun Apr 12 10:12:20 2015	(r383851)
+++ head/graphics/colord/Makefile	Sun Apr 12 10:14:53 2015	(r383852)
@@ -4,6 +4,7 @@
 
 PORTNAME=	colord
 PORTVERSION=	1.2.4
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.freedesktop.org/software/colord/releases/
 
@@ -24,6 +25,7 @@ GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 MAKE_JOBS_UNSAFE=yes
 CONFIGURE_ARGS=	--disable-udev \
+		--localstatedir=/var \
 		--enable-gtk-doc-html=no \
 		--disable-bash-completion \
 		--disable-gusb \


More information about the svn-ports-head mailing list