diff options
author | hira <hira> | 2005-04-27 20:48:32 +0000 |
---|---|---|
committer | hira <hira> | 2005-04-27 20:48:32 +0000 |
commit | fc7175b0eaecd1b2ff2abfb390ae9ea7cbd308af (patch) | |
tree | cebda10f9017bcbd0c31652905ddf4ab4388019a /net/tcpdpriv | |
parent | a33e0a1f44591083cfd9d9341f1dcbcdd3cf23a2 (diff) | |
download | pkgsrc-fc7175b0eaecd1b2ff2abfb390ae9ea7cbd308af.tar.gz |
Remove USE_BUILDLINK3 (typo).
Diffstat (limited to 'net/tcpdpriv')
-rw-r--r-- | net/tcpdpriv/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/tcpdpriv/Makefile b/net/tcpdpriv/Makefile index dc5dc70b1f3..97bd34d8cd6 100644 --- a/net/tcpdpriv/Makefile +++ b/net/tcpdpriv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/07/10 09:04:57 grant Exp $ +# $NetBSD: Makefile,v 1.9 2005/04/27 20:49:47 hira Exp $ DISTNAME= tcpd-tools-0.8 PKGNAME= tcpdpriv-0.8 @@ -9,7 +9,6 @@ MAINTAINER= tech-pkg@NetBSD.org COMMENT= Anonymize tcpdump traces WRKSRC= ${WRKDIR}/${DISTNAME}/wide-tcpdpriv -USE_BULDLINK3= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcpdpriv ${PREFIX}/bin |