diff options
author | rillig <rillig@pkgsrc.org> | 2005-12-08 21:50:11 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-12-08 21:50:11 +0000 |
commit | 0f65727bc2f3eccb10ca9fc209a2515d6b0c2f1e (patch) | |
tree | a13436b9ca63346e0c9635af13449e5047fe53a0 /net/py-mimelib | |
parent | 485c41fb553c488738e5443ed09c9004342dc263 (diff) | |
download | pkgsrc-0f65727bc2f3eccb10ca9fc209a2515d6b0c2f1e.tar.gz |
- Fixed pkglint warnings about @comment in PLIST_SUBST.
- As the CVS log in revision 1.2 does not mention a reason why the
PLIST_SUBST part must be below the inclusion of bsd.pkg.mk, moved the
latter to the last line of the Makefile.
Diffstat (limited to 'net/py-mimelib')
-rw-r--r-- | net/py-mimelib/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/py-mimelib/Makefile b/net/py-mimelib/Makefile index c7830bdb4a1..0657c5f5abb 100644 --- a/net/py-mimelib/Makefile +++ b/net/py-mimelib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/12/08 09:52:16 rillig Exp $ +# $NetBSD: Makefile,v 1.12 2005/12/08 21:50:11 rillig Exp $ # DISTNAME= email-2.5 @@ -17,12 +17,12 @@ PYDISTUTILSPKG= yes PYTHON_VERSIONS_ACCEPTED= 21 22 23 .include "../../lang/python/extension.mk" -.include "../../mk/bsd.pkg.mk" # _compat22.py is not byte-compiled if built with 2.1(-) .if !empty(PYPKGPREFIX:Mpy21*) -NOT21= "@comment " +PLIST_SUBST+= NOT21="@comment " .else -NOT21= #empty +PLIST_SUBST+= NOT21="" .endif -PLIST_SUBST+= NOT21=${NOT21} + +.include "../../mk/bsd.pkg.mk" |