diff --git a/mail/pizauth/Makefile b/mail/pizauth/Makefile index a23a445e6451..f09c7761f1bf 100644 --- a/mail/pizauth/Makefile +++ b/mail/pizauth/Makefile @@ -1,27 +1,27 @@ PORTNAME= pizauth DISTVERSION= 1.0.5 CATEGORIES= mail MAINTAINER= nivit@FreeBSD.org COMMENT= Command-line OAuth2 authentication daemon WWW= https://tratt.net/laurie/src/pizauth/ LICENSE= APACHE20 MIT LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/COPYRIGHT -USES= cargo tar:tgz +USES= cargo USE_GITHUB= yes GH_ACCOUNT= ltratt -GH_TAGNAME= ${PORTNAME}-${DISTVERSION} +GH_TAGNAME= ${DISTNAME} PLIST_FILES= bin/pizauth \ share/man/man1/pizauth.1.gz \ share/man/man5/pizauth.conf.5.gz post-install: (cd ${WRKSRC} && \ ${INSTALL_MAN} pizauth.1 ${STAGEDIR}${PREFIX}/share/man/man1/ && \ ${INSTALL_MAN} pizauth.conf.5 ${STAGEDIR}${PREFIX}/share/man/man5/) .include