svn commit: r410661 - head/security/pam_google_authenticator
Kurt Jaeger
pi at FreeBSD.org
Tue Mar 8 20:45:16 UTC 2016
Author: pi
Date: Tue Mar 8 20:45:15 2016
New Revision: 410661
URL: https://svnweb.freebsd.org/changeset/ports/410661
Log:
security/pam_google_authenticator: fix space/tab in Makefile
PR: 207229
Modified:
head/security/pam_google_authenticator/Makefile
Modified: head/security/pam_google_authenticator/Makefile
==============================================================================
--- head/security/pam_google_authenticator/Makefile Tue Mar 8 20:43:20 2016 (r410660)
+++ head/security/pam_google_authenticator/Makefile Tue Mar 8 20:45:15 2016 (r410661)
@@ -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;;' \
More information about the svn-ports-all
mailing list