Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Sep 2014 14:30:03 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367853 - head/security/please
Message-ID:  <201409101430.s8AEU3JN093448@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Sep 10 14:30:02 2014
New Revision: 367853
URL: http://svnweb.freebsd.org/changeset/ports/367853
QAT: https://qat.redports.org/buildarchive/r367853/

Log:
  Allow staging as a regular user

Modified:
  head/security/please/Makefile

Modified: head/security/please/Makefile
==============================================================================
--- head/security/please/Makefile	Wed Sep 10 14:29:15 2014	(r367852)
+++ head/security/please/Makefile	Wed Sep 10 14:30:02 2014	(r367853)
@@ -18,10 +18,10 @@ GH_TAGNAME=	${PORTVERSION}
 GH_COMMIT=	1d65ba2
 
 INSTALL_TARGET=	install install-pam
-PLIST_FILES=	bin/please etc/pam.d/please.sample man/man1/please.1.gz
+PLIST_FILES=	"@(,,6555) bin/please" etc/pam.d/please.sample man/man1/please.1.gz
 
 post-patch:
-	@${REINPLACE_CMD} -e "s,-o 0 -g 0,,g" \
+	@${REINPLACE_CMD} -e "s,-o 0 -g 0,,g ; s,-m 6555,-m 0555,g" \
 		-e "s,\(\$${PAMDIR}/\$${BIN}\),\\1.sample," \
 		${WRKSRC}/Makefile
 



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