diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-10 07:52:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-10 07:52:04 +0800 |
commit | 38305f8f5a9aa19544c9242fc86ea67f79f7101e (patch) | |
tree | 9a0860cc889354995ee261db15bec5c033cf284a /security/please | |
parent | b84bf786a158b700c2aca97a7523a694dc2bffaf (diff) | |
download | freebsd-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/Makefile | 6 |
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> |