diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gdm/Makefile | 3 | ||||
-rw-r--r-- | x11/gdm/files/gdm.in | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 4aafdb0ae..7bf435c23 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gdm/Makefile,v 1.126 2008/07/27 20:30:15 marcus Exp $ +# $MCom: ports/x11/gdm/Makefile,v 1.127 2008/08/03 06:11:37 marcus Exp $ # PORTNAME= gdm PORTVERSION= 2.23.2 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/x11/gdm/files/gdm.in b/x11/gdm/files/gdm.in index df726e5af..5d0dcad5d 100644 --- a/x11/gdm/files/gdm.in +++ b/x11/gdm/files/gdm.in @@ -1,6 +1,6 @@ #!/bin/sh # $FreeBSD$ -# $MCom: ports/x11/gdm/files/gdm.in,v 1.30 2008/03/24 14:15:12 kwm Exp $ +# $MCom: ports/x11/gdm/files/gdm.in,v 1.31 2008/07/27 20:30:15 marcus Exp $ # PROVIDE: gdm # REQUIRE: LOGIN cleanvar moused syscons dbus @@ -46,7 +46,7 @@ gdm_start() sleep 1 iter=$(expr ${iter} + 1) done - ${command} ) & + ${command} ${gdm_flags} ) & } load_rc_config ${name} |