diff --git a/mail/roundcube-login_info/Makefile b/mail/roundcube-login_info/Makefile index cbb031d91bd9..e37628f775c9 100644 --- a/mail/roundcube-login_info/Makefile +++ b/mail/roundcube-login_info/Makefile @@ -1,36 +1,35 @@ PORTNAME= login_info DISTVERSION= 1.5.1 CATEGORIES= mail PKGNAMEPREFIX= roundcube- PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= netchild@FreeBSD.org COMMENT= Roundcube login info plugin WWW= https://github.com/marneu/login_info/README.md LICENSE= GPLv2 RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR} USES= php:flavors -IGNORE_WITH_PHP= 82 83 WWWDIR= ${LOCALBASE}/www/roundcube NO_ARCH= yes NO_BUILD= yes USE_GITHUB= yes GH_ACCOUNT= marneu GH_TAGNAME= b4e8a29 #WRKSRC= ${WRKDIR}/login_info PLUGDIR= ${WWWDIR}/plugins/login_info PLIST_SUB+= PLUGDIR="www/roundcube/plugins/login_info" do-install: @${ECHO} "Installing in ${PLUGDIR}" ${MKDIR} ${STAGEDIR}/${PLUGDIR} cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}/${PLUGDIR} .include