aboutsummaryrefslogtreecommitdiff
path: root/audio/flac
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/flac
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/flac')
-rw-r--r--audio/flac/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile
index b30e0ea9b53f..17d58edfaa39 100644
--- a/audio/flac/Makefile
+++ b/audio/flac/Makefile
@@ -3,6 +3,7 @@
PORTNAME= flac
PORTVERSION= 1.3.1
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/flac/
@@ -21,6 +22,8 @@ CONFIGURE_ARGS= --enable-static \
--disable-silent-rules \
--disable-thorough-tests \
--disable-xmms-plugin
+INSTALL_TARGET= install-strip
+TEST_TARGET= check
.include <bsd.port.options.mk>
@@ -34,7 +37,4 @@ post-install:
${STAGEDIR}${PREFIX}/man/man1/flac.1
${RM} ${STAGEDIR}${PREFIX}/man/man1/flac.1.bak
-regression-test: build
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
-
.include <bsd.port.mk>