From 6a1f19a19a4c563769224b62116177dc0ebafb84 Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 23 Apr 2017 14:51:43 +0000 Subject: Quick build fix on NetBSD 6.1_STABLE using bash to configure. (I did not find a problem of configure with NetBSD 6.1_STABLE's sh(1).) --- x11/mcookie/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'x11/mcookie') diff --git a/x11/mcookie/Makefile b/x11/mcookie/Makefile index 92de61273a2..fbac8bdb3d3 100644 --- a/x11/mcookie/Makefile +++ b/x11/mcookie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2017/02/27 10:20:01 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2017/04/23 14:51:43 taca Exp $ # # Changelog: see # https://git.kernel.org/cgit/utils/util-linux/util-linux.git/log/misc-utils/mcookie.c @@ -18,9 +18,10 @@ LICENSE= public-domain BUILD_TARGET= mcookie EXTRACT_USING= bsdtar +CONFIG_SHELL= bash GNU_CONFIGURE= yes INFO_FILES= yes -USE_TOOLS+= bsdtar gmake +USE_TOOLS+= bash bsdtar gmake INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 do-install: -- cgit v1.2.3