aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/bitcoin-daemon
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2015-02-24 11:54:04 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2015-02-24 11:54:04 +0000
commitb7755bca613089ca09fdb652b38092410527c724 (patch)
tree6461bab2a10a505da5ce34f04c05fbdde30c67ac /net-p2p/bitcoin-daemon
parent4be0124f6e6fb206b6c139184d5f65fc7a7d2f63 (diff)
downloadports-b7755bca613089ca09fdb652b38092410527c724.tar.gz
ports-b7755bca613089ca09fdb652b38092410527c724.zip
net-p2p/bitcoin: Centralise regression-test target
Move the regression-test targetr from bitcoin-daemon to bitcoin port proper. Approved by: maintainer (via IRC)
Notes
Notes: svn path=/head/; revision=379788
Diffstat (limited to 'net-p2p/bitcoin-daemon')
-rw-r--r--net-p2p/bitcoin-daemon/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/net-p2p/bitcoin-daemon/Makefile b/net-p2p/bitcoin-daemon/Makefile
index ca6913e65c85..7c3f16746327 100644
--- a/net-p2p/bitcoin-daemon/Makefile
+++ b/net-p2p/bitcoin-daemon/Makefile
@@ -19,7 +19,4 @@ CONFIGURE_ARGS= --with-daemon \
PLIST_FILES= bin/bitcoind
-regression-test: build
- @cd ${WRKSRC} && ${GMAKE} check
-
.include "${MASTERDIR}/Makefile"