summaryrefslogtreecommitdiffstats
path: root/x11/gdm/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-12-27 07:27:53 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-12-27 07:27:53 +0800
commit541c56220d605f74670e262ff624eb6049d4d04a (patch)
tree800c816667e7dc0c796209776a8a463bba23917b /x11/gdm/Makefile
parent1c3b9fda0d66d81a32276a995b71c266a8e31550 (diff)
downloadmarcuscom-ports-541c56220d605f74670e262ff624eb6049d4d04a.tar
marcuscom-ports-541c56220d605f74670e262ff624eb6049d4d04a.tar.gz
marcuscom-ports-541c56220d605f74670e262ff624eb6049d4d04a.tar.bz2
marcuscom-ports-541c56220d605f74670e262ff624eb6049d4d04a.tar.lz
marcuscom-ports-541c56220d605f74670e262ff624eb6049d4d04a.tar.xz
marcuscom-ports-541c56220d605f74670e262ff624eb6049d4d04a.tar.zst
marcuscom-ports-541c56220d605f74670e262ff624eb6049d4d04a.zip
Fix some path problems.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11839 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gdm/Makefile')
-rw-r--r--x11/gdm/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile
index b3f2a5610..410b261e7 100644
--- a/x11/gdm/Makefile
+++ b/x11/gdm/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gdm/Makefile,v 1.139 2008/11/24 04:06:42 marcus Exp $
+# $MCom: ports/x11/gdm/Makefile,v 1.140 2008/12/26 22:23:12 marcus Exp $
#
PORTNAME= gdm
PORTVERSION= 2.24.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11 gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -34,7 +34,7 @@ USE_GNOME= gnomehack intlhack gnomehier libgnomeui librsvg2 gnomedocutils \
gnomeprefix gnomepanel
GCONF_SCHEMAS= gdm-simple-greeter.schemas
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-working-dir=${PREFIX}/share/gdm/home
+CONFIGURE_ARGS= --with-working-directory=${PREFIX}/etc/gdm/home
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
GTKDOC="false"
@@ -76,6 +76,8 @@ post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
${WRKSRC}/daemon/gdm-session-worker.c \
${WRKSRC}/data/gconf.path
+ @${REINPLACE_CMD} -e 's|/bin/true|/usr/bin/true|g' \
+ ${WRKSRC}/data/session-setup.entries
@${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' \
${WRKSRC}/configure ${WRKSRC}/daemon/*.c ${WRKSRC}/po/*.po