diff options
author | miwi <miwi@FreeBSD.org> | 2009-08-30 06:16:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-08-30 06:16:17 +0800 |
commit | 1c926cde52693bc82734eb8a9755cc568b49dfa4 (patch) | |
tree | cf7e386b5145ed90fd184490a9d1c16cc249e7dc /textproc | |
parent | 66f38a03ccde681d0e58f5a9ecf3b4403a8efcbd (diff) | |
download | freebsd-ports-gnome-1c926cde52693bc82734eb8a9755cc568b49dfa4.tar.gz freebsd-ports-gnome-1c926cde52693bc82734eb8a9755cc568b49dfa4.tar.zst freebsd-ports-gnome-1c926cde52693bc82734eb8a9755cc568b49dfa4.zip |
- Pass maintainership to submitter
PR: 138295
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/csvdiff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/csvdiff/Makefile b/textproc/csvdiff/Makefile index 25836f5dee6d..55f748a718e1 100644 --- a/textproc/csvdiff/Makefile +++ b/textproc/csvdiff/Makefile @@ -11,7 +11,7 @@ CATEGORIES= textproc perl5 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION:S,.,-,g} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= scjamorim@bsd.com.br COMMENT= Compare/diff two (comma) seperated files with each other NO_BUILD= yes |