diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-02 12:35:29 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-02 12:35:29 +0800 |
commit | 5f44f4a0f2d96525beeabed5f4826a743d3bc455 (patch) | |
tree | 7a6a376ffd19f1b2a645476fbe0f9e91a1521fdf /x11 | |
parent | 2eafeeca6cd8cd86d66827f3d99f2bafb11a9cb3 (diff) | |
download | freebsd-ports-gnome-5f44f4a0f2d96525beeabed5f4826a743d3bc455.tar.gz freebsd-ports-gnome-5f44f4a0f2d96525beeabed5f4826a743d3bc455.tar.zst freebsd-ports-gnome-5f44f4a0f2d96525beeabed5f4826a743d3bc455.zip |
Fix a typo.
PR: 55174
Submitted by: Alexander Nedotsukov <bland@mail.ru>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gdm2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gdm2/Makefile b/x11/gdm2/Makefile index e66694db42d8..42a2627094b5 100644 --- a/x11/gdm2/Makefile +++ b/x11/gdm2/Makefile @@ -7,7 +7,7 @@ PORTNAME= gdm2 PORTVERSION= 2.4.1.5 -PORTRREVISION= 1 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.4 |