aboutsummaryrefslogtreecommitdiffstats
path: root/audio/libogg
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2015-10-14 04:07:54 +0800
committernaddy <naddy@FreeBSD.org>2015-10-14 04:07:54 +0800
commit0f0a742c62951a1b16b30d425ccb7b5dda5b471b (patch)
tree89742fcfff2a2c5ff26a47225d2edeacd44b243e /audio/libogg
parenta5bde2b22622ee9bc2fdaf9ea74f66c19c3f9aa5 (diff)
downloadfreebsd-ports-gnome-0f0a742c62951a1b16b30d425ccb7b5dda5b471b.tar.gz
freebsd-ports-gnome-0f0a742c62951a1b16b30d425ccb7b5dda5b471b.tar.zst
freebsd-ports-gnome-0f0a742c62951a1b16b30d425ccb7b5dda5b471b.zip
Use the new test framework in my ports, if applicable.
While here, also strip more libraries.
Diffstat (limited to 'audio/libogg')
-rw-r--r--audio/libogg/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/libogg/Makefile b/audio/libogg/Makefile
index ad94d38963f8..827072b73aad 100644
--- a/audio/libogg/Makefile
+++ b/audio/libogg/Makefile
@@ -15,13 +15,11 @@ USES= libtool pathfix tar:xz
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
+TEST_TARGET= check
OPTIONS_DEFINE= DOCS
post-stage:
${LN} -s libogg.so.0 ${STAGEDIR}${PREFIX}/lib/libogg.so.8
-regression-test: build
- @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
-
.include <bsd.port.mk>