diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-09-07 23:52:18 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-09-07 23:52:18 +0800 |
commit | 5b64868bdb843d39a8078482a27610a2facdae74 (patch) | |
tree | b75dbb6735fcf51ed7ea57de9b7c1ab165078ec3 /editors/yzis | |
parent | a8f3115b36639bc874e0cf94b4f8be4b08720505 (diff) | |
download | freebsd-ports-gnome-5b64868bdb843d39a8078482a27610a2facdae74.tar.gz freebsd-ports-gnome-5b64868bdb843d39a8078482a27610a2facdae74.tar.zst freebsd-ports-gnome-5b64868bdb843d39a8078482a27610a2facdae74.zip |
- Update MAINTAINER address for Ganael Laplanche <ganael.laplanche@martymac.org>
- Update some MASTER_SITES too
PR: ports/150349
Submitted by: maintainer
Diffstat (limited to 'editors/yzis')
-rw-r--r-- | editors/yzis/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/yzis/Makefile b/editors/yzis/Makefile index e1f4163e594e..ec9f4864b6e8 100644 --- a/editors/yzis/Makefile +++ b/editors/yzis/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: yzis # Date created: Tue May 20 19:00:00 UTC 2008 -# Whom: Ganael Laplanche <ganael.laplanche@martymac.com> +# Whom: Ganael Laplanche <ganael.laplanche@martymac.org> # # $FreeBSD$ # @@ -10,10 +10,10 @@ PORTVERSION= 1.0.a.1 PORTREVISION= 6 CATEGORIES= editors MASTER_SITES= http://labs.freehackers.org/attachments/download/45/ \ - http://contribs.martymac.com/FreeBSD-ports/distfiles/ + http://contribs.martymac.org/FreeBSD-ports/distfiles/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a.1/-alpha1/} -MAINTAINER= ganael.laplanche@martymac.com +MAINTAINER= ganael.laplanche@martymac.org COMMENT= Vi-like editor USE_BZIP2= yes |