diff options
author | veego <veego> | 2002-08-05 06:54:13 +0000 |
---|---|---|
committer | veego <veego> | 2002-08-05 06:54:13 +0000 |
commit | d55ae10f7f72ae24287d5682c2562bdd98e1dd50 (patch) | |
tree | e47558acf83058f3b52ee173dd4399a8ff5e7f45 | |
parent | 98faf97f14b48059babfdf4f84d06a8f1c49a2eb (diff) | |
download | pkgsrc-d55ae10f7f72ae24287d5682c2562bdd98e1dd50.tar.gz |
Mark as broken, because ntop2 wants to write to /usr/pkg/var/ntop,
but doesn't create this directory and PR 13058 makes it impossible to
change that location.
-rw-r--r-- | net/ntop2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ntop2/Makefile b/net/ntop2/Makefile index cdd7de94c73..f0c1a222987 100644 --- a/net/ntop2/Makefile +++ b/net/ntop2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/08/02 14:42:28 veego Exp $ +# $NetBSD: Makefile,v 1.6 2002/08/05 06:54:13 veego Exp $ DISTNAME= ntop-2.1 PKGNAME= ntop2-2.1 @@ -11,6 +11,8 @@ COMMENT= shows network usage (similar to "top" for processes) CONFLICTS= ntop-[0-9]* +BROKEN= "PR 13058 needs to be closed first" + WRKSRC= ${WRKDIR}/ntop USE_GMAKE= yes |