diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-03-07 06:17:01 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-03-07 06:17:01 +0800 |
commit | d6c8334d63edaddf3c16e3237c76776022caed92 (patch) | |
tree | e8e27598383a43469181ecd967487667f8cc78d5 /devel | |
parent | 727c7434eccbb09964beb9994d44b6989503d47a (diff) | |
download | marcuscom-ports-d6c8334d63edaddf3c16e3237c76776022caed92.tar marcuscom-ports-d6c8334d63edaddf3c16e3237c76776022caed92.tar.gz marcuscom-ports-d6c8334d63edaddf3c16e3237c76776022caed92.tar.bz2 marcuscom-ports-d6c8334d63edaddf3c16e3237c76776022caed92.tar.lz marcuscom-ports-d6c8334d63edaddf3c16e3237c76776022caed92.tar.xz marcuscom-ports-d6c8334d63edaddf3c16e3237c76776022caed92.tar.zst marcuscom-ports-d6c8334d63edaddf3c16e3237c76776022caed92.zip |
Fix the location of gconf.xml.system.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12034 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gconf2/Makefile | 4 | ||||
-rw-r--r-- | devel/gconf2/files/patch-gconf_default.path.in | 11 |
2 files changed, 13 insertions, 2 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index c5ded2287..fc86067cd 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -3,12 +3,12 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/devel/gconf2/Makefile,v 1.104 2009/02/21 19:21:33 kwm Exp $ # PORTNAME= gconf2 PORTVERSION= 2.25.2 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/GConf/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/devel/gconf2/files/patch-gconf_default.path.in b/devel/gconf2/files/patch-gconf_default.path.in new file mode 100644 index 000000000..0b60822c7 --- /dev/null +++ b/devel/gconf2/files/patch-gconf_default.path.in @@ -0,0 +1,11 @@ +--- gconf/default.path.in.orig 2009-03-06 17:10:54.000000000 -0500 ++++ gconf/default.path.in 2009-03-06 17:11:25.000000000 -0500 +@@ -21,7 +21,7 @@ include "$(HOME)/.gconf.path" + xml:readwrite:$(HOME)/.gconf + + # Location for system-wide settings that are set by the defaults mechanism +-xml:readonly:/etc/gconf/gconf.xml.system ++xml:readonly:@sysgconfdir@/gconf.xml.system + + # To read in any defaults settings that the Sys Admin may have created + # prior to a desktop system upgrade. The SysAdmin can stick default values |