diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-09 10:12:07 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-09 10:12:07 +0000 |
commit | f296ccd76efda75c4f27b7a944d7cf31112701ba (patch) | |
tree | 59f88de7359fa5dcf0c2e48f927c7b2e18acf288 /Mk/bsd.python.mk | |
parent | 39ad88a844052d94899c398409dc3a5710e2d8fc (diff) |
Notes
Diffstat (limited to 'Mk/bsd.python.mk')
-rw-r--r-- | Mk/bsd.python.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Mk/bsd.python.mk b/Mk/bsd.python.mk index d1cfe1c70c68..55462a0874ec 100644 --- a/Mk/bsd.python.mk +++ b/Mk/bsd.python.mk @@ -53,9 +53,9 @@ Python_Include_MAINTAINER= perky@FreeBSD.org # default: -py${PYTHON_SUFFIX} # # PYTHON_PLATFORM: Python's idea of the OS release. -# XXX This is faked with ${OPSYS} and ${OSREL} until I -# find out how to delay defining a variable until after -# a certain target has been built. +# XXX This is faked with ${OPSYS} and ${OSREL} until I +# find out how to delay defining a variable until after +# a certain target has been built. # # PYTHON_PORTSDIR: The source of your binary's port. Needed for the # RUN_DEPENDS. @@ -72,7 +72,7 @@ Python_Include_MAINTAINER= perky@FreeBSD.org # PYTHON_SUFFIX: Yet another short version number, primarily intended # for ${PYTHON_PKGNAMEPREFIX}. # -# PYTHON_VERSION: Version of the python binary in your ${PATH}, in the +# PYTHON_VERSION: Version of the python binary in your ${PATH}, in the # format "python2.0". Set this in your makefile in case you # want to build extensions with an older binary. # default: depends on the version of your python binary |