diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-12-19 18:14:59 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-12-19 18:14:59 +0000 |
commit | 854ba7c203f901b5e5323c5faf5beb5e6de3b39f (patch) | |
tree | 07988fd8f20085e5aad6db11784964760baf9fb3 /lang | |
parent | Clean up the wording of IGNORE. (diff) |
Tweak up the IGNORE Makevar.
Notes
Notes:
svn path=/head/; revision=124504
Diffstat (limited to 'lang')
-rw-r--r-- | lang/py-compiler/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/py-compiler/Makefile b/lang/py-compiler/Makefile index e35d5c9b68cd..261ec293a0ec 100644 --- a/lang/py-compiler/Makefile +++ b/lang/py-compiler/Makefile @@ -25,7 +25,7 @@ WRKSRC= ${PYTHON_WRKSRC}/Tools/${PORTNAME} .include <bsd.port.pre.mk> .if ${PYTHON_REL} >= 220 -IGNORE= "Part of the standard library from Python 2.2 upwards" +IGNORE= is part of the standard library from Python 2.2 upwards .endif .include <bsd.port.post.mk> |