diff --git a/sysutils/ansible-sshjail/Makefile b/sysutils/ansible-sshjail/Makefile index 73499357b2f0..542398a0b407 100644 --- a/sysutils/ansible-sshjail/Makefile +++ b/sysutils/ansible-sshjail/Makefile @@ -1,30 +1,30 @@ PORTNAME= ansible-sshjail DISTVERSION= 1.1.0-g20210107 CATEGORIES= sysutils -MAINTAINER= mad@madpilot.net +MAINTAINER= madpilot@FreeBSD.org COMMENT= Ansible connector for remote jails LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ansible>0:sysutils/ansible@${PY_FLAVOR} USES= python USE_GITHUB= yes GH_ACCOUNT= austinhyde GH_TAGNAME= 981674f NO_ARCH= yes NO_BUILD= yes ANSIBLE_MOD= share/${PYTHON_PKGNAMEPREFIX}ansible/plugins/connection PLIST_FILES= ${ANSIBLE_MOD}/sshjail.py do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${ANSIBLE_MOD} ${INSTALL_SCRIPT} ${WRKSRC}/sshjail.py \ ${STAGEDIR}${PREFIX}/${ANSIBLE_MOD}/sshjail.py .include