aboutsummaryrefslogtreecommitdiffstats
path: root/security/please
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-01-10 07:52:04 +0800
committerbapt <bapt@FreeBSD.org>2014-01-10 07:52:04 +0800
commit38305f8f5a9aa19544c9242fc86ea67f79f7101e (patch)
tree9a0860cc889354995ee261db15bec5c033cf284a /security/please
parentb84bf786a158b700c2aca97a7523a694dc2bffaf (diff)
downloadfreebsd-ports-gnome-38305f8f5a9aa19544c9242fc86ea67f79f7101e.tar.gz
freebsd-ports-gnome-38305f8f5a9aa19544c9242fc86ea67f79f7101e.tar.zst
freebsd-ports-gnome-38305f8f5a9aa19544c9242fc86ea67f79f7101e.zip
Allow packaging as a USER
Diffstat (limited to 'security/please')
-rw-r--r--security/please/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/please/Makefile b/security/please/Makefile
index c540cafa26c9..6cf205d7a2ed 100644
--- a/security/please/Makefile
+++ b/security/please/Makefile
@@ -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 <bsd.port.mk>