aboutsummaryrefslogtreecommitdiff
path: root/mail/mailagent
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-01-23 07:51:21 +0000
committerJohn Marino <marino@FreeBSD.org>2016-01-23 07:51:21 +0000
commit783c48502fc08978e2f29e9bec0dbe8d4d1db0fc (patch)
tree9bc9dc0b9aefaee2b774648929e16414e4f3ac62 /mail/mailagent
parent2c3e43278edf839b660c1d09b85f6480a8db054d (diff)
downloadports-783c48502fc08978e2f29e9bec0dbe8d4d1db0fc.tar.gz
ports-783c48502fc08978e2f29e9bec0dbe8d4d1db0fc.zip
mail/mailagent: move regression tests to regression-test target
The post-build target is not required for the packages, and the README indicates that the regression suite is only meant for mailagent developers.
Notes
Notes: svn path=/head/; revision=406961
Diffstat (limited to 'mail/mailagent')
-rw-r--r--mail/mailagent/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mailagent/Makefile b/mail/mailagent/Makefile
index f7a85ea326bc..5013fc5105c9 100644
--- a/mail/mailagent/Makefile
+++ b/mail/mailagent/Makefile
@@ -48,7 +48,7 @@ post-patch:
misc/news/newsgate)
TEST_CMD= '(cd ${WRKSRC}/agent/test; ${SETENV} ${MAKE_ENV} ${MAKE})'
-post-build:
+regression-test: build
@if [ `${ID} -u` = 0 ]; then \
${CHOWN} -R nobody ${WRKSRC}/agent/test; \
su -m nobody -c ${TEST_CMD}; \