Index: head/irc/qwebirc/Makefile =================================================================== --- head/irc/qwebirc/Makefile (revision 394754) +++ head/irc/qwebirc/Makefile (revision 394755) @@ -1,29 +1,29 @@ # Created by: Terry (tabmow@freenode.net) # $FreeBSD$ PORTNAME= qwebirc PORTVERSION= 0.1 PORTREVISION= 2 CATEGORIES= irc www MASTER_SITES= https://bitbucket.org/slug/qwebirc/get/ DISTNAME= stable EXTRACT_SUFX= .gz -MAINTAINER= tabmow@freenode.net +MAINTAINER= ports@FreeBSD.org COMMENT= Fast, easy to use, free, and open source web IRC client USES= python twisted:run,conch,mail,names,web,words WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME} (cd ${WRKDIR}/${PORTNAME} && \ ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/www/${PORTNAME} ) post-install: ${MV} ${STAGEDIR}${PREFIX}/www/${PORTNAME}/config.py.example \ ${STAGEDIR}${PREFIX}/www/${PORTNAME}/config.py.sample .include Index: head/mail/prepflog/Makefile =================================================================== --- head/mail/prepflog/Makefile (revision 394754) +++ head/mail/prepflog/Makefile (revision 394755) @@ -1,22 +1,22 @@ # Created by: Terry Sposato # $FreeBSD$ PORTNAME= prepflog PORTVERSION= 0.4 CATEGORIES= mail MASTER_SITES= http://www.gufonero.com/postfix/ -MAINTAINER= tabmow@freenode.net +MAINTAINER= ports@FreeBSD.org COMMENT= Prepares logfiles in a sanitised format for pflogsumm and awstats USES= perl5 shebangfix tar:tgz NO_BUILD= yes SHEBANG_FILES= prepflog.pl PLIST_FILES= bin/prepflog do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include