diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-02 22:40:56 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-02 22:40:56 +0000 |
commit | 3f6c422e367c7bbda21b99b4d8e5ed3b278ac022 (patch) | |
tree | acb453a220fe86d30ab8d37f45975dee80f9c2dc /textproc/utf8proc | |
parent | ea50968218fa3c63c316845cf78efc2274a0737b (diff) |
Notes
Diffstat (limited to 'textproc/utf8proc')
-rw-r--r-- | textproc/utf8proc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/utf8proc/Makefile b/textproc/utf8proc/Makefile index b3b5b57ce83b..1e9161c67d0f 100644 --- a/textproc/utf8proc/Makefile +++ b/textproc/utf8proc/Makefile @@ -8,7 +8,7 @@ CATEGORIES= textproc devel MASTER_SITES= http://www.public-software-group.org/pub/projects/${PORTNAME}/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-v${PORTVERSION} -MAINTAINER= clsung@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= UTF-8 processing library ALL_TARGET= c-library |