diff options
author | sobomax <sobomax@FreeBSD.org> | 2003-07-29 17:12:37 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2003-07-29 17:12:37 +0800 |
commit | f8958a648be821feb0263d1948d9119bae2b8df3 (patch) | |
tree | ab95d420bb4735dcd01099fb59caabb4f77db766 /textproc | |
parent | 08ca2af3e9e1fa1db796099a8f43e54aa31a052b (diff) | |
download | freebsd-ports-gnome-f8958a648be821feb0263d1948d9119bae2b8df3.tar.gz freebsd-ports-gnome-f8958a648be821feb0263d1948d9119bae2b8df3.tar.zst freebsd-ports-gnome-f8958a648be821feb0263d1948d9119bae2b8df3.zip |
Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them.
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 \ |