aboutsummaryrefslogtreecommitdiff
path: root/audio/opus
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2015-10-13 20:07:54 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2015-10-13 20:07:54 +0000
commit0b0cf9fc3e785b8d18c3a57e709c98f486fa8628 (patch)
tree89742fcfff2a2c5ff26a47225d2edeacd44b243e /audio/opus
parent46a3cede8aea563d40a7a6e6273dad15f319c30a (diff)
downloadports-0b0cf9fc3e785b8d18c3a57e709c98f486fa8628.tar.gz
ports-0b0cf9fc3e785b8d18c3a57e709c98f486fa8628.zip
Use the new test framework in my ports, if applicable.
While here, also strip more libraries.
Notes
Notes: svn path=/head/; revision=399214
Diffstat (limited to 'audio/opus')
-rw-r--r--audio/opus/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/opus/Makefile b/audio/opus/Makefile
index 142bfd4d8f6c..0b00c0c4a152 100644
--- a/audio/opus/Makefile
+++ b/audio/opus/Makefile
@@ -2,7 +2,7 @@
PORTNAME= opus
PORTVERSION= 1.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/opus/ \
MOZILLA/opus
@@ -21,9 +21,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-custom-modes \
--disable-maintainer-mode \
--disable-doc # requires doxygen
-
-regression-test: build
- @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
+INSTALL_TARGET= install-strip
+TEST_TARGET= check
.include <bsd.port.options.mk>