diff --git a/irc/weechat-otr/Makefile b/irc/weechat-otr/Makefile index 581cbaaa1783..f2e6bda66ce2 100644 --- a/irc/weechat-otr/Makefile +++ b/irc/weechat-otr/Makefile @@ -1,31 +1,31 @@ PORTNAME= weechat-otr DISTVERSIONPREFIX= v DISTVERSION= 1.9.2 PORTREVISION= 1 CATEGORIES= irc security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= egypcio@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= WeeChat script for Off-the-Record (OTR) messaging WWW= https://github.com/mmb/weechat-otr LICENSE= GPLv3 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}potr>=1.0.1:security/py-potr@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}potr>=1.0.1:security/py-potr@${PY_FLAVOR} \ weechat:irc/weechat USES= python USE_GITHUB= yes GH_ACCOUNT= mmb NO_BUILD= yes PLIST_FILES= ${PYTHON_SITELIBDIR}/weechat/weechat_otr.py do-install: ${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}/weechat ${INSTALL_DATA} ${WRKSRC}/weechat_otr.py \ ${STAGEDIR}${PYTHON_SITELIBDIR}/weechat/weechat_otr.py .include