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@gmail.com
This commit is contained in:
Koop Mast 2015-04-12 10:14:53 +00:00
parent be2f8c5646
commit 6b7e02fdb3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383852

View File

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