aboutsummaryrefslogtreecommitdiff
path: root/security/pam_require
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-12-14 22:20:23 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-12-14 22:20:23 +0000
commit1c5d40145381536c6708537cee0aa3bb952e0ce5 (patch)
tree1e46faa66264f83ac7194092977cae54f6a20175 /security/pam_require
parent84895fe89fb1b1d048e9e67e8086be3650b001ed (diff)
downloadports-1c5d40145381536c6708537cee0aa3bb952e0ce5.tar.gz
ports-1c5d40145381536c6708537cee0aa3bb952e0ce5.zip
security/pam_require: multiple fixes
- Fix COMMENT - Convert to STAGING - USE_GMAKE -> USES=gmake
Notes
Notes: svn path=/head/; revision=336492
Diffstat (limited to 'security/pam_require')
-rw-r--r--security/pam_require/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/pam_require/Makefile b/security/pam_require/Makefile
index 6aa844cdd04b..cd95a9bb92ce 100644
--- a/security/pam_require/Makefile
+++ b/security/pam_require/Makefile
@@ -8,14 +8,13 @@ MASTER_SITES= http://www.splitbrain.org/_media/projects/pamrequire/
EXTRACT_SUFX= .tgz
MAINTAINER= ccowart@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>