diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2008-06-20 16:22:18 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2008-06-20 16:22:18 +0000 |
commit | a3a71e00eec5f2315a86f899510e6af281582f87 (patch) | |
tree | a0796e9aab3f178cd29038f3c2ef71b759dbd969 /archivers/xz | |
parent | 6d160479c29813074da497bcbccf5b7f0fcecbd2 (diff) |
Notes
Diffstat (limited to 'archivers/xz')
-rw-r--r-- | archivers/xz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/xz/Makefile b/archivers/xz/Makefile index de1788ddfba8..ee3d6a0149f5 100644 --- a/archivers/xz/Makefile +++ b/archivers/xz/Makefile @@ -28,7 +28,7 @@ MLINKS= lzma.1 unlzma.1 \ lzgrep.1 lzfgrep.1 \ lzmore.1 lzless.1 -test: build +regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check .include <bsd.port.mk> |