diff options
author | cjep <cjep> | 2003-01-09 11:17:03 +0000 |
---|---|---|
committer | cjep <cjep> | 2003-01-09 11:17:03 +0000 |
commit | 95ac6220fb658efcd30cc56d753e4425db51205d (patch) | |
tree | e9a169cdce4495a9e72191a7ec20304c8f105035 /net/driftnet | |
parent | 61c1f882ff10c974b05083f268c14ce7f3c1f9e9 (diff) | |
download | pkgsrc-95ac6220fb658efcd30cc56d753e4425db51205d.tar.gz |
Use buildlink2
Diffstat (limited to 'net/driftnet')
-rw-r--r-- | net/driftnet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/driftnet/Makefile b/net/driftnet/Makefile index 71fd38ed570..28c8cf96a32 100644 --- a/net/driftnet/Makefile +++ b/net/driftnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/01/09 08:29:42 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 2003/01/09 11:17:03 cjep Exp $ # DISTNAME= driftnet-0.1.6 @@ -11,6 +11,7 @@ COMMENT= Real-time image sniffer ALL_TARGET= default USE_GMAKE= yes +USE_BUILDLINK2= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/driftnet ${PREFIX}/bin |