summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-08 21:50:11 +0000
committerrillig <rillig@pkgsrc.org>2005-12-08 21:50:11 +0000
commite49ad6c41b4d02450c5ec9269382e619a34a9918 (patch)
treea13436b9ca63346e0c9635af13449e5047fe53a0
parent981f37c5163dbf72794874df72f9881d08254d1c (diff)
downloadpkgsrc-e49ad6c41b4d02450c5ec9269382e619a34a9918.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.
-rw-r--r--net/py-mimelib/Makefile10
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"