Date: Sat, 14 Dec 2013 22:20:23 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336492 - head/security/pam_require Message-ID: <201312142220.rBEMKNwU079996@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312142220.rBEMKNwU079996>