svn commit: r367853 - head/security/please

Antoine Brodin antoine at FreeBSD.org
Wed Sep 10 14:30:03 UTC 2014


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
 


More information about the svn-ports-head mailing list