From b71a1d488b6b45e0a968a4c149990c25b6a09215 Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 5 Dec 2005 20:49:47 +0000 Subject: Fixed pkglint warnings. The warnings are mostly quoting issues, for example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html --- sysutils/xhfs/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sysutils/xhfs/Makefile') diff --git a/sysutils/xhfs/Makefile b/sysutils/xhfs/Makefile index b8b11226d08..4aaa18e29e6 100644 --- a/sysutils/xhfs/Makefile +++ b/sysutils/xhfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/06/01 18:03:23 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2005/12/05 20:51:02 rillig Exp $ # DISTNAME= hfsutils-3.2.6 @@ -13,8 +13,9 @@ COMMENT= Tk GUI + Tcl Shell for accessing HFS volumes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tcl=${BUILDLINK_PREFIX.tcl}/lib \ - --with-tk=${BUILDLINK_PREFIX.tk}/lib --disable-cli +CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl}/lib +CONFIGURE_ARGS+= --with-tk=${BUILDLINK_PREFIX.tk}/lib +CONFIGURE_ARGS+= --disable-cli CPPFLAGS+= -I${BUILDLINK_PREFIX.libhfs}/include/libhfs .include "../../devel/libhfs/buildlink3.mk" -- cgit v1.2.3