summaryrefslogtreecommitdiffstats
path: root/x11/gdm/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2009-10-08 06:53:40 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2009-10-08 06:53:40 +0800
commitc21fb0dcf6d6e54d2a132990dc94d821cffbffc5 (patch)
tree5f6e81df800a3d17234210dc7231172f4e4ad2c7 /x11/gdm/Makefile
parent38698812e7948160ef788ef30e3d97ffb7323f1a (diff)
downloadmarcuscom-ports-c21fb0dcf6d6e54d2a132990dc94d821cffbffc5.tar
marcuscom-ports-c21fb0dcf6d6e54d2a132990dc94d821cffbffc5.tar.gz
marcuscom-ports-c21fb0dcf6d6e54d2a132990dc94d821cffbffc5.tar.bz2
marcuscom-ports-c21fb0dcf6d6e54d2a132990dc94d821cffbffc5.tar.lz
marcuscom-ports-c21fb0dcf6d6e54d2a132990dc94d821cffbffc5.tar.xz
marcuscom-ports-c21fb0dcf6d6e54d2a132990dc94d821cffbffc5.tar.zst
marcuscom-ports-c21fb0dcf6d6e54d2a132990dc94d821cffbffc5.zip
Fix the hardcore path from /usr/lib* to ${LOCALBASE}/lib* in five *.desktop
filesto restore the shutdown in the menu and haven't test shutdown yet. Probably more, which I only tested edit a file to get polkit works and discovered more files when look in its tarball. Bump the PORTREVISION. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13098 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gdm/Makefile')
-rw-r--r--x11/gdm/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile
index 4bc14c5bc..f87aa76e7 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.156 2009/09/22 10:42:06 kwm Exp $
+# $MCom: ports/x11/gdm/Makefile,v 1.157 2009/09/23 03:12:46 marcus Exp $
#
PORTNAME= gdm
PORTVERSION= 2.28.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11 gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -80,6 +80,8 @@ post-patch:
${WRKSRC}/data/session-setup.entries
@${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' \
${WRKSRC}/configure ${WRKSRC}/daemon/*.c ${WRKSRC}/po/*.po
+ @${REINPLACE_CMD} -e 's|/usr/lib|${LOCALBASE}/lib|g' \
+ ${WRKSRC}/data/greeter-autostart/*.desktop.in
post-install:
${INSTALL_DATA} ${WRKSRC}/data/gconf.path \