diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-02 16:21:37 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-02 16:21:37 +0000 |
commit | 5295d247d6437bb2c90b3f316c198584f5556bb2 (patch) | |
tree | 09429ac94305cc8bbbc26be6ea343f68e5b19664 /net/bindtest/Makefile | |
parent | cd86f9533a9e6ee2e98dcf2e77fcced59f70de18 (diff) | |
download | ports-5295d247d6437bb2c90b3f316c198584f5556bb2.tar.gz ports-5295d247d6437bb2c90b3f316c198584f5556bb2.zip |
Notes
Diffstat (limited to 'net/bindtest/Makefile')
-rw-r--r-- | net/bindtest/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bindtest/Makefile b/net/bindtest/Makefile index 35983b71133d..360f08e6d153 100644 --- a/net/bindtest/Makefile +++ b/net/bindtest/Makefile @@ -7,6 +7,7 @@ PORTNAME= bindtest PORTVERSION= 1.56 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/ \ ftp://sunsite.cnlab-switch.ch/mirror/kame/misc/ \ @@ -14,12 +15,11 @@ MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/ \ ftp://ftp.ipv6.uni-leipzig.de/pub/ftp.kame.net/pub/kame/misc/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tgz +IGNOREFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= janos.mohacsi@bsd.hu COMMENT= Test bind() semantics of IPv6 sockets -BROKEN= Size mismatch - MAN1= bindtest.1 do-install: |