diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-12 02:14:13 +0000 |
commit | ba171a91fab519f587b027c1a2888cb6e3fce049 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /net/py-IP | |
parent | 3ba79d294eb62e9c75cc32d37b4af7759af8c9d6 (diff) | |
download | pkgsrc-ba171a91fab519f587b027c1a2888cb6e3fce049.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'net/py-IP')
-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" |