diff options
author | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
commit | 39d7fb93432416d872ed34e0025741cc93068c06 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /net/py-libpcap | |
parent | cce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff) | |
download | pkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'net/py-libpcap')
-rw-r--r-- | net/py-libpcap/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/py-libpcap/Makefile b/net/py-libpcap/Makefile index 7921c9dd63b..8d1ad0ab593 100644 --- a/net/py-libpcap/Makefile +++ b/net/py-libpcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/04/06 06:22:34 reed Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:42 joerg Exp $ # DISTNAME= pylibpcap-0.5.1 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pylibpcap.sourceforge.net/ COMMENT= Python wrapper for libpcap +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes BUILDLINK_API_DEPENDS.libpcap+= libpcap>=0.9.3nb1 |