diff --git a/textproc/libunibreak/Makefile b/textproc/libunibreak/Makefile index b5f6e3d9522b..a095390c2974 100644 --- a/textproc/libunibreak/Makefile +++ b/textproc/libunibreak/Makefile @@ -1,20 +1,20 @@ PORTNAME= libunibreak PORTVERSION= 4.3 PORTEPOCH= 1 CATEGORIES= textproc MASTER_SITES= https://github.com/adah1972/${PORTNAME}/releases/download/${PORTNAME}_${PORTVERSION:C/\./_/}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= kde@FreeBSD.org COMMENT= Implementation of the line and word breaking algorithm for Unicode WWW= http://vimgadgets.sourceforge.net/libunibreak/ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENCE USES= libtool pathfix GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes MAKE_ARGS= LN_S="${INSTALL_DATA}" .include