diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2002-01-11 12:05:29 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2002-01-11 12:05:29 +0000 |
commit | 2d5aba540ba14ea7c7b0dee7841c6f0a4365d9ed (patch) | |
tree | 89c8016e7c9e4433956d0d7399b7f6f606136757 /Mk/bsd.python.mk | |
parent | 630ab423cbf66039dc91c380b4848516eb99bd52 (diff) |
Notes
Diffstat (limited to 'Mk/bsd.python.mk')
-rw-r--r-- | Mk/bsd.python.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Mk/bsd.python.mk b/Mk/bsd.python.mk index b15b446a1806..0c10dfe599c5 100644 --- a/Mk/bsd.python.mk +++ b/Mk/bsd.python.mk @@ -1,4 +1,4 @@ -# -*- mode: Fundamental; tab-width: 4; -*- +# -*- mode: Makefile; tab-width: 4; -*- # ex: ts=4 # # $FreeBSD$ @@ -150,7 +150,8 @@ PYTHON_WRKSRC= ${WRKDIR}/Python-1.5.2 @${ECHO} " python1.5" @${ECHO} " python1.6" @${ECHO} " python2.0" - @${ECHO} " python2.1 (default)." + @${ECHO} " python2.1" + @${ECHO} " python2.2 (default)." @${FALSE} .endif |