aboutsummaryrefslogtreecommitdiff
path: root/audio/libvorbis
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/libvorbis
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/libvorbis')
-rw-r--r--audio/libvorbis/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile
index 712765c08d3e..537e4726b3c8 100644
--- a/audio/libvorbis/Makefile
+++ b/audio/libvorbis/Makefile
@@ -18,6 +18,7 @@ USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ogg=${LOCALBASE}
INSTALL_TARGET= install-strip
+TEST_TARGET= check
OPTIONS_DEFINE= DOCS
@@ -26,7 +27,4 @@ post-stage:
${LN} -s libvorbis.so.0 ${STAGEDIR}${PREFIX}/lib/libvorbis.so.4
${LN} -s libvorbisfile.so.3 ${STAGEDIR}${PREFIX}/lib/libvorbisfile.so.6
-regression-test: build
- @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
-
.include <bsd.port.mk>