aboutsummaryrefslogtreecommitdiff
path: root/audio/hs-libmpd
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2010-05-22 21:47:02 +0000
committerGabor Pali <pgj@FreeBSD.org>2010-05-22 21:47:02 +0000
commit148e87c6c59a30d8142f64b77a309caa65b33d71 (patch)
tree76f2e0bed142b781c86c33f4398302f740109246 /audio/hs-libmpd
parent84cc657d1d82a50cab05eeef3d0d515f2d43568d (diff)
downloadports-148e87c6c59a30d8142f64b77a309caa65b33d71.tar.gz
ports-148e87c6c59a30d8142f64b77a309caa65b33d71.zip
Notes
Diffstat (limited to 'audio/hs-libmpd')
-rw-r--r--audio/hs-libmpd/Makefile20
-rw-r--r--audio/hs-libmpd/pkg-plist1
2 files changed, 1 insertions, 20 deletions
diff --git a/audio/hs-libmpd/Makefile b/audio/hs-libmpd/Makefile
index 81aa3666cf0c..cfe97a520ce8 100644
--- a/audio/hs-libmpd/Makefile
+++ b/audio/hs-libmpd/Makefile
@@ -14,25 +14,7 @@ COMMENT= An MPD client library
USE_HACKAGE= utf8-string>=0.3.1 QuickCheck>=2.1.0.0
-OPTIONS= TEST "Build test driver" off \
- COVERAGE "Build with hpc instrumentation" off
-
-.include <bsd.port.options.mk>
-
-.if defined(WITH_TEST)
-CONFIGURE_ARGS+= --flags="test"
-EXECUTABLE= test
-PLIST_SUB+= MAYBE_TEST=""
-.else
-CONFIGURE_ARGS+= --flags="-test"
-PLIST_SUB+= MAYBE_TEST="@comment "
-.endif
-
-.if defined(WITH_COVERAGE)
-CONFIGURE_ARGS+= --flags="coverage"
-.else
-CONFIGURE_ARGS+= --flags="-coverage"
-.endif
+CONFIGURE_ARGS+= --flags="-test -coverage"
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
diff --git a/audio/hs-libmpd/pkg-plist b/audio/hs-libmpd/pkg-plist
index 90a3731ba718..6a549f5e74b8 100644
--- a/audio/hs-libmpd/pkg-plist
+++ b/audio/hs-libmpd/pkg-plist
@@ -1,5 +1,4 @@
@comment $FreeBSD$
-%%MAYBE_TEST%%bin/test
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Network/MPD.hi
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Network/MPD/Commands.hi
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Network/MPD/Commands/Arg.hi