summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-08 21:50:11 +0000
committerrillig <rillig>2005-12-08 21:50:11 +0000
commit435195e0a938a55f65f6c8836432404e0eeea3d7 (patch)
treea13436b9ca63346e0c9635af13449e5047fe53a0 /net
parentce2a2850c9b9e237f75d129faa7abef428527776 (diff)
downloadpkgsrc-435195e0a938a55f65f6c8836432404e0eeea3d7.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')
-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"