diff options
author | agc <agc> | 2002-08-07 12:07:46 +0000 |
---|---|---|
committer | agc <agc> | 2002-08-07 12:07:46 +0000 |
commit | f8a3eb82d23ff3329c0b7cfed9394fc2b27b3a47 (patch) | |
tree | 68a4cce65a0c1892f214aa3d3875afc4fb063206 /net/nprobe | |
parent | bcb1264214c8c1c09b74795e2a8d0b38e6432826 (diff) | |
download | pkgsrc-f8a3eb82d23ff3329c0b7cfed9394fc2b27b3a47.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 |