diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2009-02-18 13:55:26 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2009-02-18 13:55:26 +0800 |
commit | 9f2b12b91c94d2e97dec69e3104c5ffa6d031f93 (patch) | |
tree | 973cc579e496fafeac91fe1a6c91878138a93ef7 /lang | |
parent | cfa66d2dc9d27698d1677209fd3d11e8542f696c (diff) | |
download | freebsd-ports-gnome-9f2b12b91c94d2e97dec69e3104c5ffa6d031f93.tar.gz freebsd-ports-gnome-9f2b12b91c94d2e97dec69e3104c5ffa6d031f93.tar.zst freebsd-ports-gnome-9f2b12b91c94d2e97dec69e3104c5ffa6d031f93.zip |
- Pass maintainership to submitter
Submitted by: Yoshihiro Ota via freebsd-ports@
Diffstat (limited to 'lang')
-rw-r--r-- | lang/mawk/Makefile | 2 | ||||
-rw-r--r-- | lang/nawk/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/mawk/Makefile b/lang/mawk/Makefile index d897c6ec688d..1f4ff2a6b615 100644 --- a/lang/mawk/Makefile +++ b/lang/mawk/Makefile @@ -12,7 +12,7 @@ CATEGORIES= lang MASTER_SITES= ftp://ftp.fu-berlin.de/unix/languages/mawk/ \ ftp://ftp.whidbey.net/pub/brennan/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ota@j.email.ne.jp COMMENT= An implementation of new/posix awk GNU_CONFIGURE= yes diff --git a/lang/nawk/Makefile b/lang/nawk/Makefile index fad4ffdace4c..bd3efb58b54a 100644 --- a/lang/nawk/Makefile +++ b/lang/nawk/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.cs.princeton.edu/~bwk/btl.mirror/ DISTNAME= awk DIST_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ota@j.email.ne.jp COMMENT= Brian Kernighan's pattern scanning and processing language NO_WRKSUBDIR= yes |