diff options
author | krion <krion@FreeBSD.org> | 2005-01-09 18:12:07 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-01-09 18:12:07 +0800 |
commit | 814e51775c7b781ffa2da34411827e5d7faef60a (patch) | |
tree | 7f373e3218a4a3018a6981166a611638d0c0e2de /Mk/bsd.python.mk | |
parent | 376710cb9dc0938c2f52455d57b702e5d7123bc2 (diff) | |
download | freebsd-ports-gnome-814e51775c7b781ffa2da34411827e5d7faef60a.tar.gz freebsd-ports-gnome-814e51775c7b781ffa2da34411827e5d7faef60a.tar.zst freebsd-ports-gnome-814e51775c7b781ffa2da34411827e5d7faef60a.zip |
Remove trailing spaces.
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 |