Index: head/sysutils/hwstat/Makefile =================================================================== --- head/sysutils/hwstat/Makefile (revision 394738) +++ head/sysutils/hwstat/Makefile (revision 394739) @@ -1,19 +1,19 @@ # Created by: Marc Lagrange # $FreeBSD$ PORTNAME= hwstat PORTVERSION= 0.5.1 CATEGORIES= sysutils MASTER_SITES= http://pub.rhaamo.li/Archives/hwstat/ -MAINTAINER= rhaamo@gruik.at +MAINTAINER= ports@FreeBSD.org COMMENT= Command line tool to display CPU temp and battery infos LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= uidfix MAKE_ARGS+= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man PLIST_FILES= bin/hwstat man/man1/hwstat.1.gz .include Index: head/textproc/iksemel/Makefile =================================================================== --- head/textproc/iksemel/Makefile (revision 394738) +++ head/textproc/iksemel/Makefile (revision 394739) @@ -1,29 +1,29 @@ # Created by: trasz # $FreeBSD$ PORTNAME= iksemel PORTVERSION= 1.4 PORTREVISION= 6 CATEGORIES= textproc MASTER_SITES= GOOGLE_CODE -MAINTAINER= rhaamo@gruik.at +MAINTAINER= ports@FreeBSD.org COMMENT= XML parser library mainly designed for Jabber applications LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls USES= autoreconf libtool makeinfo pathfix pkgconfig PATHFIX_MAKEFILEIN= Makefile.am GNU_CONFIGURE= yes CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes INSTALL_TARGET= install-strip INFO= iksemel post-patch: @${REINPLACE_CMD} -e 's|@setfilename iksemel|@setfilename iksemel.info|' \ ${WRKSRC}/doc/iksemel.texi .include