From e0eff6aaf0d58b06279e466d5f89cf7ae2a69384 Mon Sep 17 00:00:00 2001 From: obache Date: Mon, 30 Aug 2010 02:22:32 +0000 Subject: * set LICENSE=gnu-gpl-v3 * honor PKG_SYSCONFDIR * exactly buildlink with libiconv and tell library for iconv to configure, fixes PR#43809. --- sysutils/mtools/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sysutils/mtools/Makefile b/sysutils/mtools/Makefile index 9b7bb1ef17d..de04e1b16e3 100644 --- a/sysutils/mtools/Makefile +++ b/sysutils/mtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2010/04/19 13:58:43 is Exp $ +# $NetBSD: Makefile,v 1.46 2010/08/30 02:22:32 obache Exp $ DISTNAME= mtools-4.0.13 PKGREVISION= # @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= is@NetBSD.org HOMEPAGE= http://mtools.linux.lu/ COMMENT= FAT (MS-DOS, Atari) disk access tools +LICENSE= gnu-gpl-v3 PKG_DESTDIR_SUPPORT= user-destdir @@ -16,6 +17,10 @@ GNU_CONFIGURE= yes USE_TOOLS+= gmake makeinfo INFO_FILES= yes +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} + .include "options.mk" +.include "../../converters/libiconv/buildlink3.mk" +LIBS+= ${BUILDLINK_LDADD.iconv} .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3