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/choparp | |
parent | cce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff) | |
download | pkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'net/choparp')
-rw-r--r-- | net/choparp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/choparp/Makefile b/net/choparp/Makefile index 40498071043..a0395d726c3 100644 --- a/net/choparp/Makefile +++ b/net/choparp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/03/24 19:21:29 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:39 joerg Exp $ # DISTNAME= choparp-20021107 @@ -9,6 +9,8 @@ MAINTAINER= dbj@NetBSD.org HOMEPAGE= http://choparp.sourceforge.net/ COMMENT= Simple proxy arp daemon +PKG_DESTDIR_SUPPORT= user-destdir + NOT_FOR_PLATFORM= Interix-*-* # does not have bpf(4) device MANCOMPRESSED_IF_MANZ= yes |