forked from Lainports/freebsd-ports
mail/pizauth: Improve port
* Remove USES= tar:tgz
* Replace ${PORTNAME}-${DISTVERSION} with ${DISTNAME}
Approved by: portmgr (blanket)
This commit is contained in:
parent
bbc21aec67
commit
9508bf5eef
1 changed files with 2 additions and 2 deletions
|
|
@ -10,10 +10,10 @@ 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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue