diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /net/nprobe | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'net/nprobe')
-rw-r--r-- | net/nprobe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nprobe/Makefile b/net/nprobe/Makefile index ea19e3137ec..4ce774e5485 100644 --- a/net/nprobe/Makefile +++ b/net/nprobe/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2003/07/17 22:51:29 grant Exp $ +# $NetBSD: Makefile,v 1.9 2004/01/20 12:22:20 agc Exp $ DISTNAME= nProbe-source-1.3.1 PKGREVISION= 1 PKGNAME= nprobe-1.3.1 -WRKSRC= ${WRKDIR}/nProbe CATEGORIES= net MASTER_SITES= http://luca.ntop.org/nprobeDownload/ EXTRACT_SUFX= .tgz @@ -12,6 +11,7 @@ MAINTAINER= cjs@NetBSD.org HOMEPAGE= http://www.ntop.org/nProbe.html COMMENT= Monitor a network interface and generate NetFlow data +WRKSRC= ${WRKDIR}/nProbe GNU_CONFIGURE= YES USE_BUILDLINK2= YES USE_GMAKE= YES |