aboutsummaryrefslogtreecommitdiff
path: root/net/bindtest
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2014-03-15 12:16:18 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2014-03-15 12:16:18 +0000
commitb6c8e5ea3862015edb54f7966261b89b56cd7d14 (patch)
tree70fa98ec23b33899ce9963091cffb9f39b95233b /net/bindtest
parentdd5a3fa42eff5187a108b86ab34ec81eaac7d149 (diff)
downloadports-b6c8e5ea3862015edb54f7966261b89b56cd7d14.tar.gz
ports-b6c8e5ea3862015edb54f7966261b89b56cd7d14.zip
Notes
Diffstat (limited to 'net/bindtest')
-rw-r--r--net/bindtest/Makefile5
-rw-r--r--net/bindtest/pkg-descr2
-rw-r--r--net/bindtest/pkg-plist3
3 files changed, 5 insertions, 5 deletions
diff --git a/net/bindtest/Makefile b/net/bindtest/Makefile
index 3cbd3919d2bb..6606a8a65c93 100644
--- a/net/bindtest/Makefile
+++ b/net/bindtest/Makefile
@@ -10,12 +10,15 @@ 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}
-EXTRACT_SUFX= .tgz
IGNOREFILES= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= jmohacsi@bsd.hu
COMMENT= Test bind() semantics of IPv6 sockets
+USES= tar:tgz
+
+PLIST_FILES= bin/bindtest bin/bindtest.sh man/man1/bindtest.1.gz
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bindtest ${STAGEDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/test.sh \
diff --git a/net/bindtest/pkg-descr b/net/bindtest/pkg-descr
index bd61777bd91c..ec3899ccf9f4 100644
--- a/net/bindtest/pkg-descr
+++ b/net/bindtest/pkg-descr
@@ -1,3 +1,3 @@
Test bind() semantics of IPv6 sockets.
-WWW: http://www.kame.net/newsletter/20010504/
+WWW: http://www.kame.net/newsletter/20010504/
diff --git a/net/bindtest/pkg-plist b/net/bindtest/pkg-plist
deleted file mode 100644
index b6f2e17a6bde..000000000000
--- a/net/bindtest/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-bin/bindtest
-bin/bindtest.sh
-man/man1/bindtest.1.gz