From 0f0a742c62951a1b16b30d425ccb7b5dda5b471b Mon Sep 17 00:00:00 2001 From: naddy Date: Tue, 13 Oct 2015 20:07:54 +0000 Subject: Use the new test framework in my ports, if applicable. While here, also strip more libraries. --- audio/libogg/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'audio/libogg') 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 -- cgit