aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>