diff options
Diffstat (limited to 'net/py-IP/Makefile')
-rw-r--r-- | net/py-IP/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/py-IP/Makefile b/net/py-IP/Makefile index aaeb787fb57..7784018c826 100644 --- a/net/py-IP/Makefile +++ b/net/py-IP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/09/30 17:45:24 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:41 joerg Exp $ DISTNAME= IPy-0.4 PKGNAME= ${PYPKGPREFIX}-IP-0.4 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://c0re.jp:80/c0de/IPy/ COMMENT= Python module to handle IPv4 and IPv6 address +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= # defined .include "../../lang/python/extension.mk" |