From a14d0fdba6e8fec694da96e56afe32a12ead347e Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Mon, 1 Jun 2009 22:52:09 +0000 Subject: Fix a problem with GConf paths. --- x11/gdm/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'x11/gdm') 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' \ -- cgit v1.2.3