svn commit: r336492 - head/security/pam_require

Eitan Adler eadler at FreeBSD.org
Sat Dec 14 22:20:23 UTC 2013


Author: eadler
Date: Sat Dec 14 22:20:23 2013
New Revision: 336492
URL: http://svnweb.freebsd.org/changeset/ports/336492

Log:
  security/pam_require: multiple fixes
  
  - Fix COMMENT
  - Convert to STAGING
  - USE_GMAKE -> USES=gmake

Modified:
  head/security/pam_require/Makefile

Modified: head/security/pam_require/Makefile
==============================================================================
--- head/security/pam_require/Makefile	Sat Dec 14 22:19:14 2013	(r336491)
+++ head/security/pam_require/Makefile	Sat Dec 14 22:20:23 2013	(r336492)
@@ -8,14 +8,13 @@ MASTER_SITES=	http://www.splitbrain.org/
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ccowart at rescomp.berkeley.edu
-COMMENT=	A PAM module for restricting access based on unix group or username
+COMMENT=	PAM module for restricting access based on unix group or username
 
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX}
 WRKSRC=		${WRKDIR}/${PORTNAME:S/_/-/}-${PORTVERSION}
 
 PLIST_FILES=	lib/pam_require.so lib/pam_require.so.1
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list