diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-30 04:58:03 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-30 04:58:03 +0800 |
commit | 6506b0470bf32bdfdb4f0ed975a2eb8e741b366e (patch) | |
tree | 66f372acfb5232aa07a0cc522e6de395d02b4cc6 /x11/gdm/Makefile | |
parent | c64db5ddc12ff5779a3721672bf5c3cd941985f5 (diff) | |
download | marcuscom-ports-6506b0470bf32bdfdb4f0ed975a2eb8e741b366e.tar.gz marcuscom-ports-6506b0470bf32bdfdb4f0ed975a2eb8e741b366e.tar.zst marcuscom-ports-6506b0470bf32bdfdb4f0ed975a2eb8e741b366e.zip |
Fix the ability to save the confgiuration.
Reported by: bland
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5988 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gdm/Makefile')
-rw-r--r-- | x11/gdm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index ea10efecf..ad10a4dbf 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.22 2006/03/13 19:31:46 mezz Exp $ +# $MCom: ports/x11/gdm/Makefile,v 1.23 2006/03/14 01:16:33 marcus Exp $ # PORTNAME= gdm PORTVERSION= 2.14.0 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/} |