diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-04-16 12:52:34 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-04-16 12:52:34 +0000 |
commit | e1044683738b2d84a11bd951ce8c2bd93bd79b51 (patch) | |
tree | 3fc37a05eefdce1a954bbdfa70258bbfef038a70 /security/pam_pwdfile/Makefile | |
parent | 8b101113d0b79d3375b1081b307080431a4574cb (diff) |
Use USE_GITHUB correctly. Cleanup.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=467483
Diffstat (limited to 'security/pam_pwdfile/Makefile')
-rw-r--r-- | security/pam_pwdfile/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pam_pwdfile/Makefile b/security/pam_pwdfile/Makefile index b2ca087cdaeb..85753a0fc279 100644 --- a/security/pam_pwdfile/Makefile +++ b/security/pam_pwdfile/Makefile @@ -3,17 +3,17 @@ PORTNAME= pam_pwdfile PORTVERSION= 1.0 +DISTVERSIONPREFIX= v CATEGORIES= security MAINTAINER= lev@FreeBSD.org COMMENT= Pam module for authenticating with flat passwd files +USES= uidfix USE_GITHUB= yes GH_ACCOUNT= tiwe-de GH_PROJECT= libpam-pwdfile -GH_TAGNAME= v${PORTVERSION} -USES= uidfix MAKEFILE= ${FILESDIR}/Makefile.bsd PLIST_FILES= lib/pam_pwdfile.so |