From owner-svn-ports-all@FreeBSD.ORG Thu Jan 9 23:52:05 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 380A982F; Thu, 9 Jan 2014 23:52:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 21F071D4A; Thu, 9 Jan 2014 23:52:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s09Nq5Lk001162; Thu, 9 Jan 2014 23:52:05 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s09Nq40B001161; Thu, 9 Jan 2014 23:52:05 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201401092352.s09Nq40B001161@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 9 Jan 2014 23:52:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339303 - head/security/please X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jan 2014 23:52:05 -0000 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@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