diff options
author | naddy <naddy@FreeBSD.org> | 2015-10-14 04:07:54 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2015-10-14 04:07:54 +0800 |
commit | 0f0a742c62951a1b16b30d425ccb7b5dda5b471b (patch) | |
tree | 89742fcfff2a2c5ff26a47225d2edeacd44b243e /audio/libogg | |
parent | a5bde2b22622ee9bc2fdaf9ea74f66c19c3f9aa5 (diff) | |
download | freebsd-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/Makefile | 4 |
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> |