summaryrefslogtreecommitdiff
path: root/sysutils/file
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2009-01-25 05:33:17 +0000
committerobache <obache@pkgsrc.org>2009-01-25 05:33:17 +0000
commit738802c075063c59e816a0a5f64abb93e72dd842 (patch)
treec8af11f9e2aada357d8d3c02549ce9a3ba99b232 /sysutils/file
parent25468586ed9aa8fcf095a174c1a5ad1e79db4a2c (diff)
downloadpkgsrc-738802c075063c59e816a0a5f64abb93e72dd842.tar.gz
* let to use pkgsrc's libtool
* define test target.
Diffstat (limited to 'sysutils/file')
-rw-r--r--sysutils/file/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/sysutils/file/Makefile b/sysutils/file/Makefile
index 84d3ef64196..b31ea6e5d7a 100644
--- a/sysutils/file/Makefile
+++ b/sysutils/file/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2008/10/29 20:50:16 christos Exp $
+# $NetBSD: Makefile,v 1.18 2009/01/25 05:33:17 obache Exp $
DISTNAME= file-4.26
CATEGORIES= sysutils
@@ -11,12 +11,16 @@ COMMENT= Tool for determining file type
PKG_DESTDIR_SUPPORT= user-destdir
+USE_LIBTOOL= YES
+
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-fsect-man5
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR}
+TEST_TARGET= check
+
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"