security/pam_google_authenticator: fix space/tab in Makefile
PR: 207229
This commit is contained in:
parent
01a8c41893
commit
196d198cd0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=410661
1 changed files with 5 additions and 5 deletions
|
@ -15,12 +15,12 @@ LICENSE= APACHE20
|
|||
USES= autoreconf gmake libtool
|
||||
GNU_CONFIGURE= YES
|
||||
|
||||
WRKSRC_SUBDIR= libpam
|
||||
WRKSRC_SUBDIR= libpam
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= google
|
||||
GH_PROJECT= google-authenticator
|
||||
GH_TAGNAME= 195ddc1
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= google
|
||||
GH_PROJECT= google-authenticator
|
||||
GH_TAGNAME= 195ddc1
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's;/security;;' \
|
||||
|
|
Loading…
Reference in a new issue