diff options
author | glarkin <glarkin@FreeBSD.org> | 2012-02-28 04:32:31 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2012-02-28 04:32:31 +0800 |
commit | d4f9d16dd91705be7a491849cf0c2e13d942e3a3 (patch) | |
tree | fdeeb8d2524727393dc5e67bdf908ccedd28b2ea /textproc | |
parent | 96c8aae41cdf9f1a02b85c48e7401bda04250705 (diff) | |
download | freebsd-ports-gnome-d4f9d16dd91705be7a491849cf0c2e13d942e3a3.tar.gz freebsd-ports-gnome-d4f9d16dd91705be7a491849cf0c2e13d942e3a3.tar.zst freebsd-ports-gnome-d4f9d16dd91705be7a491849cf0c2e13d942e3a3.zip |
- Reassign to the heap
Requested by: roam (on ports-developers@)
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 |