diff options
author | obache <obache@pkgsrc.org> | 2010-02-02 11:17:52 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-02-02 11:17:52 +0000 |
commit | bb94bfb4fe1093e99667e937f7aa2e27fe4a673e (patch) | |
tree | 2150d9f6ed8dc86ab30ae6ec656234ff499598a1 /net/py-IP | |
parent | 0b8f37ff98145f34321929c79a7d76a12a2b513a (diff) | |
download | pkgsrc-bb94bfb4fe1093e99667e937f7aa2e27fe4a673e.tar.gz |
Fix a pkglint waring, force to exactly defined as "yes".
Diffstat (limited to 'net/py-IP')
-rw-r--r-- | net/py-IP/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-IP/Makefile b/net/py-IP/Makefile index 7c0b2775728..060d32e1d9f 100644 --- a/net/py-IP/Makefile +++ b/net/py-IP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2010/02/02 11:16:43 obache Exp $ +# $NetBSD: Makefile,v 1.13 2010/02/02 11:17:52 obache Exp $ DISTNAME= IPy-0.4 PKGNAME= ${PYPKGPREFIX}-IP-0.4 @@ -12,7 +12,7 @@ COMMENT= Python module to handle IPv4 and IPv6 address PKG_DESTDIR_SUPPORT= user-destdir -PYDISTUTILSPKG= # defined +PYDISTUTILSPKG= yes .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |