From c21fb0dcf6d6e54d2a132990dc94d821cffbffc5 Mon Sep 17 00:00:00 2001 From: mezz Date: Wed, 7 Oct 2009 22:53:40 +0000 Subject: 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 --- x11/gdm/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'x11') 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 # # $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 \ -- cgit v1.2.3