summaryrefslogtreecommitdiff
path: root/x11/mcookie
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2017-04-23 14:51:43 +0000
committertaca <taca@pkgsrc.org>2017-04-23 14:51:43 +0000
commit6a1f19a19a4c563769224b62116177dc0ebafb84 (patch)
tree94a3f025575be686bc4322a575f24a1188a19be4 /x11/mcookie
parent45ae80000811ae06f1c7032e02b523cad9aac0b2 (diff)
downloadpkgsrc-6a1f19a19a4c563769224b62116177dc0ebafb84.tar.gz
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).)
Diffstat (limited to 'x11/mcookie')
-rw-r--r--x11/mcookie/Makefile5
1 files changed, 3 insertions, 2 deletions
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: