diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-23 06:18:55 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-23 06:18:55 +0800 |
commit | 2521216c78055c3d55639d83e6ecef7dad23c79b (patch) | |
tree | 69de586b41f7e544059b89b7fcbedf3b0cff0ab6 | |
parent | 9f4313a81bd6699716c8f3e679de9a9b9a48e5f9 (diff) | |
download | freebsd-ports-gnome-2521216c78055c3d55639d83e6ecef7dad23c79b.tar.gz freebsd-ports-gnome-2521216c78055c3d55639d83e6ecef7dad23c79b.tar.zst freebsd-ports-gnome-2521216c78055c3d55639d83e6ecef7dad23c79b.zip |
Mark as broken: no distinfo provided
-rw-r--r-- | net/bindtest/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bindtest/Makefile b/net/bindtest/Makefile index 6606a8a65c93..0537152b4adf 100644 --- a/net/bindtest/Makefile +++ b/net/bindtest/Makefile @@ -10,11 +10,12 @@ MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/ \ ftp://ftp.pasta.cs.uit.no/pub/IPv6/kame/misc/ \ ftp://ftp.ipv6.uni-leipzig.de/pub/ftp.kame.net/pub/kame/misc/ DISTNAME= ${PORTNAME} -IGNOREFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= jmohacsi@bsd.hu COMMENT= Test bind() semantics of IPv6 sockets +BROKEN= no distinfo provided + USES= tar:tgz PLIST_FILES= bin/bindtest bin/bindtest.sh man/man1/bindtest.1.gz |