diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-17 05:00:02 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-17 05:00:02 +0800 |
commit | 2933ac51a76891f46dbb648d9bf786b1daa06ad1 (patch) | |
tree | f9d899d04c37d9d3f658edd2a420737aac6c44ac /x11/gdm/Makefile | |
parent | afaa4085a68c95147ef4afeb494cbfc0e78def28 (diff) | |
download | marcuscom-ports-2933ac51a76891f46dbb648d9bf786b1daa06ad1.tar marcuscom-ports-2933ac51a76891f46dbb648d9bf786b1daa06ad1.tar.gz marcuscom-ports-2933ac51a76891f46dbb648d9bf786b1daa06ad1.tar.bz2 marcuscom-ports-2933ac51a76891f46dbb648d9bf786b1daa06ad1.tar.lz marcuscom-ports-2933ac51a76891f46dbb648d9bf786b1daa06ad1.tar.xz marcuscom-ports-2933ac51a76891f46dbb648d9bf786b1daa06ad1.tar.zst marcuscom-ports-2933ac51a76891f46dbb648d9bf786b1daa06ad1.zip |
Pick a better home directory for the gdm user. This should avoid problems
where /var/gdm is unwritable, and is more inline with official GNOME
instructions.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10133 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gdm/Makefile')
-rw-r--r-- | x11/gdm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 55ec42881..3608e27ec 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.94 2008/01/15 06:14:44 mezz Exp $ +# $MCom: ports/x11/gdm/Makefile,v 1.95 2008/01/15 22:30:33 marcus Exp $ # PORTNAME= gdm PORTVERSION= 2.21.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} |