diff options
author | vs <vs@FreeBSD.org> | 2008-06-25 15:58:32 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2008-06-25 15:58:32 +0800 |
commit | 5b65cc084e721b93d7213de86325027f3d3bf735 (patch) | |
tree | 0c526f983b18fe1ff3de8708308f9f596d6b8052 /net/pathchar | |
parent | 6cc55b8b0bf8d261299bbf0fab2a3fcb397475ac (diff) | |
download | freebsd-ports-gnome-5b65cc084e721b93d7213de86325027f3d3bf735.tar.gz freebsd-ports-gnome-5b65cc084e721b93d7213de86325027f3d3bf735.tar.zst freebsd-ports-gnome-5b65cc084e721b93d7213de86325027f3d3bf735.zip |
Use the more proper IGNORE instead of BROKEN
Reminded by pav@
Diffstat (limited to 'net/pathchar')
-rw-r--r-- | net/pathchar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pathchar/Makefile b/net/pathchar/Makefile index cda43c7f8a77..253ca825a860 100644 --- a/net/pathchar/Makefile +++ b/net/pathchar/Makefile @@ -21,7 +21,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:lbl pathcharnotes.html:caida,local \ MAINTAINER= nivo+kw+ports.bfa274@is-root.com COMMENT= LBNL Internet path characterization tool -BROKEN= Coredumps immediately, see PR ports/124404 +IGNORE= coredumps immediately, see PR ports/124404 ONLY_FOR_ARCHS= i386 EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} |