diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2008-03-23 07:46:47 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2008-03-23 07:46:47 +0000 |
commit | 0bafb6084bf91cc8038e75a58baef5e4b961032b (patch) | |
tree | 9336a7e97f6c55ffd85118b636d4d8370a5de4df | |
parent | 816e43d147e84e6bfb801443fbbf4f1cfe2e9bc1 (diff) | |
download | ports-0bafb6084bf91cc8038e75a58baef5e4b961032b.tar.gz ports-0bafb6084bf91cc8038e75a58baef5e4b961032b.zip |
Notes
-rw-r--r-- | textproc/libtre/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-Text-EtText/Makefile | 2 | ||||
-rw-r--r-- | textproc/rxp/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/textproc/libtre/Makefile b/textproc/libtre/Makefile index 5e3d96900b4c..5381f13fb0b2 100644 --- a/textproc/libtre/Makefile +++ b/textproc/libtre/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://laurikari.net/tre/ \ MASTER_SITE_SUBDIR= jkoshy DISTNAME= tre-${PORTVERSION} -MAINTAINER= jkoshy@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A lightweight fully POSIX compliant regexp matching library CONFLICTS= glimpse-4* # agrep(1) diff --git a/textproc/p5-Text-EtText/Makefile b/textproc/p5-Text-EtText/Makefile index daf226236ee2..6e4facc4df3d 100644 --- a/textproc/p5-Text-EtText/Makefile +++ b/textproc/p5-Text-EtText/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text PKGNAMEPREFIX= p5- -MAINTAINER= jkoshy@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A simple plain-text to HTML converter PERL_CONFIGURE= yes diff --git a/textproc/rxp/Makefile b/textproc/rxp/Makefile index eb045f3dba62..7699e69ea6e4 100644 --- a/textproc/rxp/Makefile +++ b/textproc/rxp/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.3.0 CATEGORIES= textproc MASTER_SITES= ftp://ftp.cogsci.ed.ac.uk/pub/richard/ -MAINTAINER= jkoshy@freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= A validating XML parser written in C MAN1= rxp.1 |