summaryrefslogtreecommitdiff
path: root/net/tcpdstat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/tcpdstat/Makefile')
-rw-r--r--net/tcpdstat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tcpdstat/Makefile b/net/tcpdstat/Makefile
index 9eca89a2171..1ca9d4098cf 100644
--- a/net/tcpdstat/Makefile
+++ b/net/tcpdstat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/11/01 18:45:32 tv Exp $
+# $NetBSD: Makefile,v 1.11 2005/12/05 20:50:49 rillig Exp $
DISTNAME= tcpd-tools-0.8
PKGNAME= tcpdstat-0.8
@@ -11,6 +11,6 @@ COMMENT= Analyze tcpdump output
NOT_FOR_PLATFORM= Interix-*-*
WRKSRC= ${WRKDIR}/${DISTNAME}/tcpdstat
-MAKE_ENV= BINDIR=${PREFIX}/bin
+MAKE_ENV+= BINDIR=${PREFIX:Q}/bin
.include "../../mk/bsd.pkg.mk"