summaryrefslogtreecommitdiffstats
path: root/share/man/man5
diff options
context:
space:
mode:
authorjasper <jasper@openbsd.org>2015-11-26 20:27:46 +0000
committerjasper <jasper@openbsd.org>2015-11-26 20:27:46 +0000
commit471e1ed32046b89cda7abb56f3b99defd5b8101a (patch)
treeb32523659f8a8c582189a102422623ad5b5c2cba /share/man/man5
parentAvoid setting mode to GOP if the mode is unchanged. Also don't panic (diff)
downloadwireguard-openbsd-471e1ed32046b89cda7abb56f3b99defd5b8101a.tar.xz
wireguard-openbsd-471e1ed32046b89cda7abb56f3b99defd5b8101a.zip
document MODPY_SETUP_ARGS
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/port-modules.58
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5
index ca232d59f09..f262b37a585 100644
--- a/share/man/man5/port-modules.5
+++ b/share/man/man5/port-modules.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: port-modules.5,v 1.197 2015/10/05 10:25:59 sobrado Exp $
+.\" $OpenBSD: port-modules.5,v 1.198 2015/11/26 20:27:46 jasper Exp $
.\"
.\" Copyright (c) 2008 Marc Espie
.\"
@@ -24,7 +24,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: October 5 2015 $
+.Dd $Mdocdate: November 26 2015 $
.Dt PORT-MODULES 5
.Os
.Sh NAME
@@ -1133,6 +1133,10 @@ to Yes.
All ports that generate egg-info files should set
.Ev MODPY_EGG_VERSION
to the version string used by the port's setup.py setup() function.
+Arguments can be passed to setup.py during
+.Cm configure
+with
+.Ev MODPY_SETUP_ARGS .
Extra arguments to the build and install commands can be passed via
.Ev MODPY_DISTUTILS_BUILDARGS
and