aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/gtar/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/gtar/Makefile')
-rw-r--r--archivers/gtar/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile
index 56e28b23e622..b98650a9321c 100644
--- a/archivers/gtar/Makefile
+++ b/archivers/gtar/Makefile
@@ -59,7 +59,7 @@ post-patch:
@${TOUCH} -r ${WRKSRC}/configure.orig ${WRKSRC}/configure
@${TOUCH} ${WRKSRC}/doc/tar.info* ${WRKSRC}/stamp-vti
-test: build
- @cd ${WRKSRC} && ${MAKE} check
+regression-test: build
+ @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
.include <bsd.port.post.mk>