svn commit: r346508 - head/security/pam_google_authenticator

Emanuel Haupt ehaupt at FreeBSD.org
Fri Feb 28 13:18:24 UTC 2014


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>


More information about the svn-ports-all mailing list