diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2010-09-17 22:02:01 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2010-09-17 22:02:01 +0000 |
commit | 77f1e1b4f7393c8f3c333096dab2f8da7ddf760f (patch) | |
tree | 2f46be96f5d15edfcc2a8c9b41f8effbb134653f | |
parent | 2ff2770fbdcae70accbd9fa16a2bc8cd10350905 (diff) |
fix "set yo yes" typo.
-rw-r--r-- | share/man/man5/port-modules.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index 59bf2caca4e..f2b51e2c7cd 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.63 2010/09/09 17:34:37 jasper Exp $ +.\" $OpenBSD: port-modules.5,v 1.64 2010/09/17 22:02:00 sthen 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: September 9 2010 $ +.Dd $Mdocdate: September 17 2010 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -442,7 +442,7 @@ Sets MODPY_VERSION, MODPY_BIN, MODPY_INCDIR, MODPY_LIBDIR, MODPY_SITEPKG, MODPY_SETUP, MODPY_LIB_DEPENDS, MODPY_RUN_DEPENDS, MODPY_BUILD_DEPENDS. Appends to RUN_DEPENDS unless MODPY_RUNDEP is set to No. Appends to BUILD_DEPENDS unless MODPY_BUILDDEP is set to No or NO_BUILD -is set yo yes. +is set to yes. MODPY_VERSION is the default version used by all python modules. Ports which use the setuptools module should set MODPY_SETUPTOOLS to Yes. All ports that generate egg-info files should set MODPY_EGG_VERSION |