diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/cole/Makefile | 2 | ||||
-rw-r--r-- | textproc/sed_inplace/Makefile | 2 | ||||
-rw-r--r-- | textproc/xlhtml/Makefile | 2 | ||||
-rw-r--r-- | textproc/xls2xml/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/textproc/cole/Makefile b/textproc/cole/Makefile index 369b7e383206..8f4705738b31 100644 --- a/textproc/cole/Makefile +++ b/textproc/cole/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://arturo.directmail.org/filters/archive/ MASTER_SITE_SUBDIR= sobomax -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A free C OLE library USE_LIBTOOL= yes diff --git a/textproc/sed_inplace/Makefile b/textproc/sed_inplace/Makefile index ecfe29ad231e..134a19eb858c 100644 --- a/textproc/sed_inplace/Makefile +++ b/textproc/sed_inplace/Makefile @@ -11,7 +11,7 @@ CATEGORIES= textproc MASTER_SITES= # DISTFILES= # -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A modified version of the sed(1) which can do in-place editing of files NO_WRKSUBDIR= yes diff --git a/textproc/xlhtml/Makefile b/textproc/xlhtml/Makefile index d647316a43d3..8aa83f852c3c 100644 --- a/textproc/xlhtml/Makefile +++ b/textproc/xlhtml/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://chicago.sourceforge.net/xlhtml/ DISTNAME= ${PORTNAME}.${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Utilities converting Excel and PowerPoint files to HTML and text WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/textproc/xls2xml/Makefile b/textproc/xls2xml/Makefile index 70c4bcf53814..7d5ae6d65e08 100644 --- a/textproc/xls2xml/Makefile +++ b/textproc/xls2xml/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://arturo.directmail.org/filters/archive/ MASTER_SITE_SUBDIR= sobomax -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A utility for converting MS Excel files to XML LIB_DEPENDS= cole.2:${PORTSDIR}/textproc/cole \ |