diff options
author | mezz <mezz@FreeBSD.org> | 2006-07-17 03:00:06 +0000 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-07-17 03:00:06 +0000 |
commit | fc305aab42cfa12bfaddda893e4c1f942f173fd1 (patch) | |
tree | 5123c1866501f811de9cfb5bf9826ebb49241c0e /x11/gdm/Makefile | |
parent | 196993ee41d904d80be7a7a34c86ab313bef126b (diff) | |
download | FreeBSD-ports-fc305aab42cfa12bfaddda893e4c1f942f173fd1.zip FreeBSD-ports-fc305aab42cfa12bfaddda893e4c1f942f173fd1.tar.gz |
Fix a typo of swedish locale, sv_SV.UTF-8 -> sv_SE.UTF-8. Bump the
PORTREVISION.
PR: ports/100360
Submitted by: Rasmus Kaj <kaj@kth.se>
Diffstat (limited to 'x11/gdm/Makefile')
-rw-r--r-- | x11/gdm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index f219737..5d5aa86 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -8,6 +8,7 @@ PORTNAME= gdm PORTVERSION= 2.14.8 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} |