diff options
author | rm <rm@FreeBSD.org> | 2013-05-11 19:37:54 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2013-05-11 19:37:54 +0800 |
commit | 7447ccafeb6c795c9ab5dc119f1a9cf4e5461499 (patch) | |
tree | b020e38fc04cd185be3ccd6bc4be24d68b1f8a15 /lang/python-doc-text | |
parent | 0b149aa7fb0ac0c841e81be8c3eee3305f1837aa (diff) | |
download | freebsd-ports-gnome-7447ccafeb6c795c9ab5dc119f1a9cf4e5461499.tar.gz freebsd-ports-gnome-7447ccafeb6c795c9ab5dc119f1a9cf4e5461499.tar.zst freebsd-ports-gnome-7447ccafeb6c795c9ab5dc119f1a9cf4e5461499.zip |
Commit all the non-functional changes to python ports to reduce the diff size
for an exp-run of updated python versions.
- trim Makefile headers
- remove leading indefinite article from COMMENT
- use PYTHON shortcut in MASTER_SITES
- whitespace fixes
- remove checks for unsupported versions of FreeBSD
- use static value ``33'' instead of PYTHON_SUFFIX in lang/python33/pkg-plist,
because this value is not supposed to be changed across the branch and for
consistency with other python3 ports
- remove conflicts in lang/python-mode.el with not more existing python-2.4
Diffstat (limited to 'lang/python-doc-text')
-rw-r--r-- | lang/python-doc-text/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/python-doc-text/Makefile b/lang/python-doc-text/Makefile index c3ef1958d161..c1c18283262c 100644 --- a/lang/python-doc-text/Makefile +++ b/lang/python-doc-text/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: python-doc-text -# Date created: 12 November 2010 -# Whom: John Hein <jhein@symmetricom.com> -# +# Created by: John Hein <jhein@symmetricom.com> # $FreeBSD$ -# DOCFORMAT= text MASTERDIR= ${.CURDIR}/../python-doc-html |