summaryrefslogtreecommitdiff
path: root/archivers/lhasa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/lhasa/Makefile')
-rw-r--r--archivers/lhasa/Makefile13
1 files changed, 10 insertions, 3 deletions
diff --git a/archivers/lhasa/Makefile b/archivers/lhasa/Makefile
index da7706734a3..2ed3e4f3caa 100644
--- a/archivers/lhasa/Makefile
+++ b/archivers/lhasa/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2015/08/26 21:25:31 shattered Exp $
+# $NetBSD: Makefile,v 1.8 2016/06/22 10:30:18 wiz Exp $
-DISTNAME= lhasa-0.3.0
+DISTNAME= lhasa-0.3.1
CATEGORIES= archivers
MASTER_SITES= https://soulsphere.org/projects/lhasa/
@@ -14,6 +14,13 @@ GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= liblhasa.pc.in
TEST_TARGET= check
-CONFLICTS= lha-[0-9]*
+USE_TOOLS+= bash # tests-only
+REPLACE_BASH+= test/test-dry-run
+REPLACE_BASH+= test/test-crc-output
+REPLACE_BASH+= test/test-print
+REPLACE_BASH+= test/test-decompress
+REPLACE_BASH+= test/test-file-headers
+REPLACE_BASH+= test/test-extract
+REPLACE_BASH+= test/test-list-output
.include "../../mk/bsd.pkg.mk"