diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2008-06-20 16:22:18 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2008-06-20 16:22:18 +0000 |
commit | a3a71e00eec5f2315a86f899510e6af281582f87 (patch) | |
tree | a0796e9aab3f178cd29038f3c2ef71b759dbd969 /audio/flac | |
parent | 6d160479c29813074da497bcbccf5b7f0fcecbd2 (diff) | |
download | ports-a3a71e00eec5f2315a86f899510e6af281582f87.tar.gz ports-a3a71e00eec5f2315a86f899510e6af281582f87.zip |
Notes
Diffstat (limited to 'audio/flac')
-rw-r--r-- | audio/flac/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile index d8ffb4ddb1e3..aadc6a42741a 100644 --- a/audio/flac/Makefile +++ b/audio/flac/Makefile @@ -51,7 +51,7 @@ pre-patch: post-build: ${REINPLACE_CMD} 's:%%PREFIX%%:${PREFIX}:' ${WRKSRC}/man/flac.1 -test: build +regression-test: build @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} check .include <bsd.port.post.mk> |