diff options
author | agc <agc@pkgsrc.org> | 2002-08-07 12:07:46 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-08-07 12:07:46 +0000 |
commit | e4a2ff73cd76dc486d0326f852e602130a12ee8b (patch) | |
tree | 68a4cce65a0c1892f214aa3d3875afc4fb063206 /net/nprobe | |
parent | 203b04fa8a9f19b6081b2483cad4fc1ac136ead4 (diff) | |
download | pkgsrc-e4a2ff73cd76dc486d0326f852e602130a12ee8b.tar.gz |
We might as well try to look for the distfile in other locations, rather
than overriding a definition which is not supposed to be set in package
Makefiles.
Diffstat (limited to 'net/nprobe')
-rw-r--r-- | net/nprobe/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/nprobe/Makefile b/net/nprobe/Makefile index 23c6dffdb31..fc2402fe7f4 100644 --- a/net/nprobe/Makefile +++ b/net/nprobe/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2002/08/07 09:46:43 agc Exp $ +# $NetBSD: Makefile,v 1.4 2002/08/07 12:07:46 agc Exp $ DISTNAME= nProbe-source-1.3.1 PKGNAME= nprobe-1.3.1 CATEGORIES= net MASTER_SITES= http://luca.ntop.org/nprobeDownload/ -# This program is not available anywhere else but the ntop site. -MASTER_SITE_BACKUP= EXTRACT_SUFX= .tgz MAINTAINER= cjs@netbsd.org |