diff options
author | joerg <joerg> | 2008-06-20 01:09:05 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-20 01:09:05 +0000 |
commit | d8368bbc25c90072a19b5e48f0fba26251b6877f (patch) | |
tree | bb388f6b2532587595653e67cce25229ed050cb8 /net/tcpick | |
parent | f1b924fda77b6920565e56f54c9391b4dc68f8ca (diff) | |
download | pkgsrc-d8368bbc25c90072a19b5e48f0fba26251b6877f.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'net/tcpick')
-rw-r--r-- | net/tcpick/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/tcpick/Makefile b/net/tcpick/Makefile index 4cf6e04c7b1..4a64ae09db4 100644 --- a/net/tcpick/Makefile +++ b/net/tcpick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2007/02/22 19:27:00 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/20 01:09:31 joerg Exp $ DISTNAME= tcpick-0.2.1 CATEGORIES= net @@ -8,6 +8,8 @@ MAINTAINER= josediazfer@yahoo.es HOMEPAGE= http://tcpick.sourceforge.net/ COMMENT= Simple tcp sniffer with tcpdump-style rules +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES .include "../../net/libpcap/buildlink3.mk" |