diff options
author | naddy <naddy@FreeBSD.org> | 2008-06-21 00:22:18 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2008-06-21 00:22:18 +0800 |
commit | d26986929aea3dabd55f938aa57ebb69d3550643 (patch) | |
tree | 8511a5534813f5e65be971505d194f18c8475156 /audio/flac | |
parent | 6056582305129f72c1f8be40972d52dcef352dc6 (diff) | |
download | freebsd-ports-gnome-d26986929aea3dabd55f938aa57ebb69d3550643.tar.gz freebsd-ports-gnome-d26986929aea3dabd55f938aa57ebb69d3550643.tar.zst freebsd-ports-gnome-d26986929aea3dabd55f938aa57ebb69d3550643.zip |
Rename manual "test" target to "regression-test" so that it will
be automatically run on the package build cluster.
Suggested by Pedro <pfgshield-freebsd@yahoo.com>.
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> |