summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiannis Tsaraias <tsg@cvs.openbsd.org>2016-04-26 16:22:47 +0000
committerGiannis Tsaraias <tsg@cvs.openbsd.org>2016-04-26 16:22:47 +0000
commitc0d3481362818940e8076d7a02b6b7efa9d5d5b1 (patch)
tree839654a8faf3f1c63f06e017790bbb9775ebfd2c
parent988b5777ad3757a7e46ae2a29f6ba8ce0fc140a3 (diff)
We use MODPY_COMMENT, not MODPY_PYCOMMENT.
OK jasper@ danj@
-rw-r--r--share/man/man5/port-modules.54
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.