Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2014 13:18:24 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346508 - head/security/pam_google_authenticator
Message-ID:  <201402281318.s1SDIOfJ092379@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Fri Feb 28 13:18:23 2014
New Revision: 346508
URL: http://svnweb.freebsd.org/changeset/ports/346508
QAT: https://qat.redports.org/buildarchive/r346508/

Log:
  - Support staging
  - USES -> gmake

Modified:
  head/security/pam_google_authenticator/Makefile

Modified: head/security/pam_google_authenticator/Makefile
==============================================================================
--- head/security/pam_google_authenticator/Makefile	Fri Feb 28 13:13:09 2014	(r346507)
+++ head/security/pam_google_authenticator/Makefile	Fri Feb 28 13:18:23 2014	(r346508)
@@ -12,13 +12,14 @@ COMMENT=	PAM module for two-step authent
 
 LICENSE=	APACHE20
 
-USE_GMAKE=	yes
+USES=		gmake
 
 PLIST_FILES=	bin/google-authenticator lib/pam_google_authenticator.so
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/google-authenticator ${PREFIX}/bin/google-authenticator
-	${INSTALL_LIB} ${WRKSRC}/pam_google_authenticator.so ${PREFIX}/lib/pam_google_authenticator.so
+	${INSTALL_PROGRAM} ${WRKSRC}/google-authenticator \
+		${STAGEDIR}${PREFIX}/bin/google-authenticator
+	${INSTALL_LIB} ${WRKSRC}/pam_google_authenticator.so \
+		${STAGEDIR}${PREFIX}/lib/pam_google_authenticator.so
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402281318.s1SDIOfJ092379>