aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-06-01 22:52:09 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-06-01 22:52:09 +0000
commita14d0fdba6e8fec694da96e56afe32a12ead347e (patch)
tree1786a06a090d0d7c000ed227c0c6388f8a292772 /x11
parent04c8a9ae5f6bbd9ce9ccd56de83298eaff53d976 (diff)
downloadports-a14d0fdba6e8fec694da96e56afe32a12ead347e.tar.gz
ports-a14d0fdba6e8fec694da96e56afe32a12ead347e.zip
Notes
Diffstat (limited to 'x11')
-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' \