summaryrefslogtreecommitdiff
path: root/net/tcpdstat
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
commit61769bf56e2f71617516434864edec5b0165f3d4 (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /net/tcpdstat
parent3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff)
downloadpkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'net/tcpdstat')
-rw-r--r--net/tcpdstat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tcpdstat/Makefile b/net/tcpdstat/Makefile
index e198fd991ac..4da27cdbb1b 100644
--- a/net/tcpdstat/Makefile
+++ b/net/tcpdstat/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.5 2003/07/21 17:11:23 martti Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/20 12:22:22 agc Exp $
DISTNAME= tcpd-tools-0.8
PKGNAME= tcpdstat-0.8
-WRKSRC= ${WRKDIR}/${DISTNAME}/tcpdstat
CATEGORIES= net
MASTER_SITES= ftp://tracer.csl.sony.co.jp/pub/mawi/tools/
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Analyze tcpdump output
+WRKSRC= ${WRKDIR}/${DISTNAME}/tcpdstat
MAKE_ENV= BINDIR=${PREFIX}/bin
.include <../../mk/bsd.pkg.mk>