diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-24 01:22:34 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-24 01:22:34 +0800 |
commit | 811ce05426a765e2f4f2ae6436099ae09b22d2a5 (patch) | |
tree | a18161a4abe675b2bf130ac232115f6d7e4dcb39 /x11/libgnome | |
parent | 9b63131219f03e33095e901824ab870acdeb74d2 (diff) | |
download | marcuscom-ports-811ce05426a765e2f4f2ae6436099ae09b22d2a5.tar marcuscom-ports-811ce05426a765e2f4f2ae6436099ae09b22d2a5.tar.gz marcuscom-ports-811ce05426a765e2f4f2ae6436099ae09b22d2a5.tar.bz2 marcuscom-ports-811ce05426a765e2f4f2ae6436099ae09b22d2a5.tar.lz marcuscom-ports-811ce05426a765e2f4f2ae6436099ae09b22d2a5.tar.xz marcuscom-ports-811ce05426a765e2f4f2ae6436099ae09b22d2a5.tar.zst marcuscom-ports-811ce05426a765e2f4f2ae6436099ae09b22d2a5.zip |
X11BASE -> LOCALBASE, gconf lives in LOCALBASE.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6714 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/libgnome')
-rw-r--r-- | x11/libgnome/Makefile | 4 | ||||
-rw-r--r-- | x11/libgnome/files/pkg-deinstall.in | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index c11149947..4c1cfe9f9 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -3,12 +3,12 @@ # Whom: Yukihiro Nakai <Nakai@technologist.com> # # $FreeBSD$ -# $MCom: ports/x11/libgnome/Makefile,v 1.80 2006/07/10 19:31:54 ahze Exp $ +# $MCom: ports/x11/libgnome/Makefile,v 1.81 2006/07/21 20:47:03 mezz Exp $ # PORTNAME= libgnome PORTVERSION= 2.15.1 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/x11/libgnome/files/pkg-deinstall.in b/x11/libgnome/files/pkg-deinstall.in index 7377058cd..982afd805 100644 --- a/x11/libgnome/files/pkg-deinstall.in +++ b/x11/libgnome/files/pkg-deinstall.in @@ -1,7 +1,7 @@ #!/bin/sh # # $FreeBSD$ -# $MCom: ports/x11/libgnome/files/pkg-deinstall.in,v 1.4 2005/11/16 00:04:58 ahze Exp $ +# $MCom: ports/x11/libgnome/files/pkg-deinstall.in,v 1.6 2006/07/10 19:31:54 ahze Exp $ # # Restore gconf keys of gnomevfs2. @@ -9,11 +9,11 @@ if [ "$2" != "POST-DEINSTALL" ]; then exit 0 fi -SCHEMAS=%%X11BASE%%/etc/gconf/schemas/desktop_default_applications.schemas +SCHEMAS=%%LOCALBASE%%/etc/gconf/schemas/desktop_default_applications.schemas if [ -f ${SCHEMAS} ]; then - env GCONF_CONFIG_SOURCE=xml::%%X11BASE%%/etc/gconf/gconf.xml.defaults \ - %%X11BASE%%/bin/gconftool-2 --makefile-install-rule ${SCHEMAS} \ + env GCONF_CONFIG_SOURCE=xml::%%LOCALBASE%%/etc/gconf/gconf.xml.defaults \ + %%LOCALBASE%%/bin/gconftool-2 --makefile-install-rule ${SCHEMAS} \ > /dev/null || /usr/bin/true fi |