aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2008-06-17 05:12:47 +0000
committerGreg Lewis <glewis@FreeBSD.org>2008-06-17 05:12:47 +0000
commit09d16f73844709c6ba0d954c8e9cbf8b16f379e0 (patch)
tree0ea524afc5957fb5a94256e3324865b66c7433eb /archivers
parentf2a38ac2b5030cede525cce13a627c9632e94c75 (diff)
downloadports-09d16f73844709c6ba0d954c8e9cbf8b16f379e0.tar.gz
ports-09d16f73844709c6ba0d954c8e9cbf8b16f379e0.zip
. Add a regression-test target.
Submitted by: pfgshield-freebsd@yahoo.com
Notes
Notes: svn path=/head/; revision=214991
Diffstat (limited to 'archivers')
-rw-r--r--archivers/libarchive/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile
index dafdc7de59ef..8df406d4aae7 100644
--- a/archivers/libarchive/Makefile
+++ b/archivers/libarchive/Makefile
@@ -48,4 +48,7 @@ PLIST_FILES+= bin/bsdcpio
MAN1+= bsdcpio.1
.endif
+regression-test:
+ (cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} check)
+
.include <bsd.port.post.mk>