diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2012-02-27 20:32:31 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2012-02-27 20:32:31 +0000 |
commit | b48da6b6c51aa79f78df4f6bce9e2d8d94830cd2 (patch) | |
tree | 86ad679047dfb0be7427eada515e357f5eb4c06c /textproc | |
parent | 44e339cc0c212b84e312e32a98d93b4ec4138f78 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/bomstrip/Makefile | 2 | ||||
-rw-r--r-- | textproc/cbedic/Makefile | 2 | ||||
-rw-r--r-- | textproc/kbedic/Makefile | 2 | ||||
-rw-r--r-- | textproc/s5/Makefile | 2 | ||||
-rw-r--r-- | textproc/texi2html/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/textproc/bomstrip/Makefile b/textproc/bomstrip/Makefile index 0ab64fe80c91..fd489ca10e27 100644 --- a/textproc/bomstrip/Makefile +++ b/textproc/bomstrip/Makefile @@ -17,7 +17,7 @@ DISTFILES= ${DISTNAME}.tgz:main,ringlet \ PATCHFILES= ${DISTNAME}-roam-02.patch PATCH_SITES= http://devel.ringlet.net/textproc/bomstrip/ -MAINTAINER= roam@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Strip Byte-Order Marks (BOM) from UTF-8 text USE_GMAKE= yes diff --git a/textproc/cbedic/Makefile b/textproc/cbedic/Makefile index 15417620832a..b65dff88d256 100644 --- a/textproc/cbedic/Makefile +++ b/textproc/cbedic/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= SF/kbedic/CBE%20Dictionary/${PORTVERSION} -MAINTAINER= roam@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= An English-to-Bulgarian and Bulgarian-to-English dictionary RUN_DEPENDS= ${DICT_DIR}/${DICT_CHECK}:${PORTSDIR}/textproc/bedic-data diff --git a/textproc/kbedic/Makefile b/textproc/kbedic/Makefile index 5bd4ed8184f2..c5879dac71a5 100644 --- a/textproc/kbedic/Makefile +++ b/textproc/kbedic/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 7 CATEGORIES= textproc kde MASTER_SITES= SF/${PORTNAME}/KBE%20Dictionary/${PORTVERSION} -MAINTAINER= roam@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= An English-Bulgarian-English dictionary USE_GMAKE= yes diff --git a/textproc/s5/Makefile b/textproc/s5/Makefile index 1d382dec5502..2b3b5c9c9404 100644 --- a/textproc/s5/Makefile +++ b/textproc/s5/Makefile @@ -12,7 +12,7 @@ CATEGORIES= textproc MASTER_SITES= http://meyerweb.com/eric/tools/s5/v/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} -MAINTAINER= roam@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A simple HTML-based presentation system BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile index 952e1be01e72..cef26695ea82 100644 --- a/textproc/texi2html/Makefile +++ b/textproc/texi2html/Makefile @@ -12,7 +12,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= roam@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Texinfo to HTML converter GNU_CONFIGURE= yes |