aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mailagent
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-01-23 15:51:21 +0800
committermarino <marino@FreeBSD.org>2016-01-23 15:51:21 +0800
commit4020fb7955145f16c9c3dc23105531b1ff9b331f (patch)
tree9bc9dc0b9aefaee2b774648929e16414e4f3ac62 /mail/mailagent
parentbba047c06168fdbeb9e08740f6a17dd091e4a864 (diff)
downloadfreebsd-ports-gnome-4020fb7955145f16c9c3dc23105531b1ff9b331f.tar.gz
freebsd-ports-gnome-4020fb7955145f16c9c3dc23105531b1ff9b331f.tar.zst
freebsd-ports-gnome-4020fb7955145f16c9c3dc23105531b1ff9b331f.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.
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}; \