aboutsummaryrefslogtreecommitdiff
path: root/security/please/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-09 23:52:04 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-09 23:52:04 +0000
commitb73bbbf9d449a319152a1e778594a840094ad749 (patch)
tree9a0860cc889354995ee261db15bec5c033cf284a /security/please/Makefile
parent44c3cb0410da6cb50435a20343a106b73c3feca8 (diff)
downloadports-b73bbbf9d449a319152a1e778594a840094ad749.tar.gz
ports-b73bbbf9d449a319152a1e778594a840094ad749.zip
Notes
Diffstat (limited to 'security/please/Makefile')
-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>