diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-02 04:35:29 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-02 04:35:29 +0000 |
commit | c0882f57ade518c5904cb2b7786e9932b516b21f (patch) | |
tree | a95c80cc6e64bcbb55932338af360da43289730c /x11 | |
parent | 3f641fe26242aec85b4e166e79be1c5ad6b3e2c0 (diff) |
Fix a typo.
PR: 55174
Submitted by: Alexander Nedotsukov <bland@mail.ru>
Notes
Notes:
svn path=/head/; revision=86174
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 |