diff options
author | zeising <zeising@FreeBSD.org> | 2012-07-03 16:28:34 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2012-07-03 16:28:34 +0800 |
commit | 1bf90cca65ac80fd7a1763fce4fdfc86655680ba (patch) | |
tree | 18dc0fdc2acc81b8f4f8cb2061f1d91c7cf85797 /devel | |
parent | 7aea192d0a7bd07dafe5667af7a83e2c76b0de54 (diff) | |
download | freebsd-ports-gnome-1bf90cca65ac80fd7a1763fce4fdfc86655680ba.tar.gz freebsd-ports-gnome-1bf90cca65ac80fd7a1763fce4fdfc86655680ba.tar.zst freebsd-ports-gnome-1bf90cca65ac80fd7a1763fce4fdfc86655680ba.zip |
Change maintainer address to my FreeBSD.org mail address.
Approved by: kwm (mentor)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bsdlibdwarf/Makefile | 2 | ||||
-rw-r--r-- | devel/ctags/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/bsdlibdwarf/Makefile b/devel/bsdlibdwarf/Makefile index aa11c7e6d6f0..170e35ab14ed 100644 --- a/devel/bsdlibdwarf/Makefile +++ b/devel/bsdlibdwarf/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.lysator.liu.se/%SUBDIR%/ MASTER_SITE_SUBDIR= pub/${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER= zeising@daemonic.se +MAINTAINER= zeising@FreeBSD.org COMMENT= BSD licensed implementation of libdwarf USE_BZIP2= yes diff --git a/devel/ctags/Makefile b/devel/ctags/Makefile index a2d1c01473cc..e1af177d1304 100644 --- a/devel/ctags/Makefile +++ b/devel/ctags/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 5.8 CATEGORIES= devel MASTER_SITES= SF -MAINTAINER= zeising@daemonic.se +MAINTAINER= zeising@FreeBSD.org COMMENT= A feature-filled tagfile generator for vi and emacs clones MAKE_JOBS_SAFE= yes |