aboutsummaryrefslogtreecommitdiffstats
path: root/x11/gdm
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2009-06-02 06:52:09 +0800
committermarcus <marcus@FreeBSD.org>2009-06-02 06:52:09 +0800
commit6a984637cdde5dcb1bb9019f4a38aba1bfb8d7ed (patch)
treeb291054476aa7beec4042278692c3a024192aac0 /x11/gdm
parent1d76824f088b60e5cd93d6e0f57e7ce8349d0a21 (diff)
downloadfreebsd-ports-gnome-6a984637cdde5dcb1bb9019f4a38aba1bfb8d7ed.tar.gz
freebsd-ports-gnome-6a984637cdde5dcb1bb9019f4a38aba1bfb8d7ed.tar.zst
freebsd-ports-gnome-6a984637cdde5dcb1bb9019f4a38aba1bfb8d7ed.zip
Fix a problem with GConf paths.
Diffstat (limited to 'x11/gdm')
-rw-r--r--x11/gdm/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile
index 6b3a6d205ea0..eae391d97ee4 100644
--- a/x11/gdm/Makefile
+++ b/x11/gdm/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gdm
PORTVERSION= 2.26.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11 gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -68,7 +68,8 @@ CONFIGURE_ARGS+= --disable-ipv6
post-patch:
@${REINPLACE_CMD} -e 's|root:root|root:wheel|g' \
${WRKSRC}/data/Makefile.in
- @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
+ @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
+ -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/daemon/gdm-session-worker.c \
${WRKSRC}/data/gconf.path
@${REINPLACE_CMD} -e 's|/bin/true|/usr/bin/true|g' \