summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-23 04:45:37 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-23 04:45:37 +0800
commit53d84ea0f3307a1226a59dc241d9d5c86d9de395 (patch)
tree4f861d8bb9ff0c5d701351629369ae0c4c4da110 /devel
parentf1afabc4aef9dc7955d0971012e2fdedf1c930b3 (diff)
downloadmarcuscom-ports-53d84ea0f3307a1226a59dc241d9d5c86d9de395.tar
marcuscom-ports-53d84ea0f3307a1226a59dc241d9d5c86d9de395.tar.gz
marcuscom-ports-53d84ea0f3307a1226a59dc241d9d5c86d9de395.tar.bz2
marcuscom-ports-53d84ea0f3307a1226a59dc241d9d5c86d9de395.tar.lz
marcuscom-ports-53d84ea0f3307a1226a59dc241d9d5c86d9de395.tar.xz
marcuscom-ports-53d84ea0f3307a1226a59dc241d9d5c86d9de395.tar.zst
marcuscom-ports-53d84ea0f3307a1226a59dc241d9d5c86d9de395.zip
Fix a few of X11BASE -> LOCALBASE, gconf is living in LOCALBASE now. Bump the
PORTREVISION. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6694 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r--devel/gnome-vfs/Makefile8
-rw-r--r--devel/gnome-vfs/pkg-deinstall.in8
-rw-r--r--devel/gnome-vfs/pkg-install.in8
3 files changed, 12 insertions, 12 deletions
diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile
index 8de2eeb76..55c8f3c66 100644
--- a/devel/gnome-vfs/Makefile
+++ b/devel/gnome-vfs/Makefile
@@ -3,12 +3,12 @@
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/gnome-vfs/Makefile,v 1.149 2006/07/19 05:13:46 ahze Exp $
+# $MCom: ports/devel/gnome-vfs/Makefile,v 1.150 2006/07/21 20:46:55 mezz Exp $
#
PORTNAME= gnome-vfs
PORTVERSION= 2.15.3
-PORTREVISION?= 2
+PORTREVISION?= 3
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-vfs/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -86,9 +86,9 @@ post-patch:
${WRKSRC}/libgnomevfs/xdgmime.c
@${REINPLACE_CMD} -e 's|-lacl||g' \
${WRKSRC}/configure
- @${SED} -e 's|%%X11BASE%%|${X11BASE}|g' \
+ @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
< ${MASTERDIR}/pkg-install.in > ${PKGINSTALL}
- @${SED} -e 's|%%X11BASE%%|${X11BASE}|g' \
+ @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
< ${MASTERDIR}/pkg-deinstall.in > ${PKGDEINSTALL}
pre-configure:
diff --git a/devel/gnome-vfs/pkg-deinstall.in b/devel/gnome-vfs/pkg-deinstall.in
index f1b405661..a90828d73 100644
--- a/devel/gnome-vfs/pkg-deinstall.in
+++ b/devel/gnome-vfs/pkg-deinstall.in
@@ -1,7 +1,7 @@
#!/bin/sh
#
# $FreeBSD$
-# $MCom: ports/devel/gnomevfs2/pkg-deinstall.in,v 1.7 2005/11/15 06:12:28 marcus Exp $
+# $MCom: ports/devel/gnome-vfs/pkg-deinstall.in,v 1.9 2006/05/18 01:55:59 ahze Exp $
#
# Restore gconf keys of libgnome.
@@ -9,11 +9,11 @@ if [ "$2" != "POST-DEINSTALL" ]; then
exit 0
fi
-SCHEMAS=%%X11BASE%%/etc/gconf/schemas/desktop_gnome_applications_terminal.schemas
+SCHEMAS=%%LOCALBASE%%/etc/gconf/schemas/desktop_gnome_applications_terminal.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
diff --git a/devel/gnome-vfs/pkg-install.in b/devel/gnome-vfs/pkg-install.in
index 0b792521a..edb88325a 100644
--- a/devel/gnome-vfs/pkg-install.in
+++ b/devel/gnome-vfs/pkg-install.in
@@ -1,7 +1,7 @@
#!/bin/sh
#
# $FreeBSD$
-# $MCom: ports/devel/gnomevfs2/pkg-install.in,v 1.7 2005/11/15 06:12:28 marcus Exp $
+# $MCom: ports/devel/gnome-vfs/pkg-install.in,v 1.9 2006/05/18 01:55:59 ahze Exp $
#
# Restore gconf keys of libgnome.
@@ -9,11 +9,11 @@ if [ "$2" != "POST-INSTALL" ]; then
exit 0
fi
-SCHEMAS=%%X11BASE%%/etc/gconf/schemas/desktop_gnome_applications_terminal.schemas
+SCHEMAS=%%LOCALBASE%%/etc/gconf/schemas/desktop_gnome_applications_terminal.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