diff options
author | 2016-04-26 16:22:46 +0000 | |
---|---|---|
committer | 2016-04-26 16:22:46 +0000 | |
commit | 5e8f08979a210e9e19b1b0616e03a1457f170a9a (patch) | |
tree | b7a885e72e65cea938799d6f7d61a55606f530ee | |
parent | missed a block of code while merging the previous change. (diff) | |
download | wireguard-openbsd-5e8f08979a210e9e19b1b0616e03a1457f170a9a.tar.xz wireguard-openbsd-5e8f08979a210e9e19b1b0616e03a1457f170a9a.zip |
We use MODPY_COMMENT, not MODPY_PYCOMMENT.
OK jasper@ danj@
-rw-r--r-- | share/man/man5/port-modules.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index 976eaf0e85a..04102017543 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.203 2016/04/26 11:36:37 jasper Exp $ +.\" $OpenBSD: port-modules.5,v 1.204 2016/04/26 16:22:46 tsg Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -1234,7 +1234,7 @@ Generate or update the PLIST using the python3 then edit it to prefix any lines creating .Ev MODPY_PYCACHE directories with -.Ev MODPY_PYCOMMENT . +.Ev MODPY_COMMENT . As python2 and python3 packages should permit being installed together, it may be necessary to suffix names of common binaries or directories, or split common files into a subpackage. |