svn commit: r339303 - head/security/please

Baptiste Daroussin bapt at FreeBSD.org
Thu Jan 9 23:52:05 UTC 2014


Author: bapt
Date: Thu Jan  9 23:52:04 2014
New Revision: 339303
URL: http://svnweb.freebsd.org/changeset/ports/339303

Log:
  Allow packaging as a USER

Modified:
  head/security/please/Makefile

Modified: head/security/please/Makefile
==============================================================================
--- head/security/please/Makefile	Thu Jan  9 23:48:22 2014	(r339302)
+++ head/security/please/Makefile	Thu Jan  9 23:52:04 2014	(r339303)
@@ -8,7 +8,7 @@ CATEGORIES=	security
 MAINTAINER=	gblach at FreeBSD.org
 COMMENT=	Execute a command as root
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 
 BUILD_DEPENDS=	rst2man:${PORTSDIR}/textproc/py-docutils
 
@@ -17,7 +17,9 @@ GH_ACCOUNT=	MagikBSD
 GH_TAGNAME=	${PORTVERSION}
 GH_COMMIT=	078daa7
 
-NEED_ROOT=	yes
 PLIST_FILES=	bin/please man/man1/please.1.gz
 
+post-patch:
+	@${REINPLACE_CMD} -e "s,-o 0 -g 0,,g" ${WRKSRC}/Makefile
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list