From 196d198cd082c0d52f76833f245fbd77716831a4 Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Tue, 8 Mar 2016 20:45:15 +0000 Subject: [PATCH] security/pam_google_authenticator: fix space/tab in Makefile PR: 207229 --- security/pam_google_authenticator/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/security/pam_google_authenticator/Makefile b/security/pam_google_authenticator/Makefile index 2e4e2840b4aa..39bfee511e54 100644 --- a/security/pam_google_authenticator/Makefile +++ b/security/pam_google_authenticator/Makefile @@ -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;;' \