diff options
author | dhn <dhn@FreeBSD.org> | 2009-03-07 02:14:36 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2009-03-07 02:14:36 +0800 |
commit | 5a672e376b51e44f90feaea389761c3854ed8a37 (patch) | |
tree | 0775669807ca168ef6ee3d68a8501e80f65899ae /x11-wm | |
parent | 7021e2992d6cb6141c65d2ded4feee60b5f713bf (diff) | |
download | freebsd-ports-gnome-5a672e376b51e44f90feaea389761c3854ed8a37.tar.gz freebsd-ports-gnome-5a672e376b51e44f90feaea389761c3854ed8a37.tar.zst freebsd-ports-gnome-5a672e376b51e44f90feaea389761c3854ed8a37.zip |
- Use my FreeBSD address on the ports I maintain
Approved by: tabthorpe (co-mentor)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/antiwm/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/wmfs/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/antiwm/Makefile b/x11-wm/antiwm/Makefile index 7db248bf3bb9..2ed0a2cdd7de 100644 --- a/x11-wm/antiwm/Makefile +++ b/x11-wm/antiwm/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.0.3 CATEGORIES= x11-wm MASTER_SITES= SF -MAINTAINER= adox@mcx2.org +MAINTAINER= dhn@FreeBSD.org COMMENT= A minimalist window manager inspired by Ratpoison USE_XORG= x11 diff --git a/x11-wm/wmfs/Makefile b/x11-wm/wmfs/Makefile index 18bffb520638..9688db4f31ac 100644 --- a/x11-wm/wmfs/Makefile +++ b/x11-wm/wmfs/Makefile @@ -11,7 +11,7 @@ CATEGORIES= x11-wm MASTER_SITES= http://files.malikania.org/ \ http://mirror.mcx2.org/ -MAINTAINER= adox@mcx2.org +MAINTAINER= dhn@FreeBSD.org COMMENT= A floating and tiling Window Manager From Scratch BUILD_DEPENDS+= asciidoc:${PORTSDIR}/textproc/asciidoc \ |