aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/gtar
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2008-06-21 00:22:18 +0800
committernaddy <naddy@FreeBSD.org>2008-06-21 00:22:18 +0800
commitd26986929aea3dabd55f938aa57ebb69d3550643 (patch)
tree8511a5534813f5e65be971505d194f18c8475156 /archivers/gtar
parent6056582305129f72c1f8be40972d52dcef352dc6 (diff)
downloadfreebsd-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 'archivers/gtar')
-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>