pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/mcookie Quick build fix on NetBSD 6.1_STABLE using...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1ea4a84c95ca
branches: trunk
changeset: 361649:1ea4a84c95ca
user: taca <taca%pkgsrc.org@localhost>
date: Sun Apr 23 14:51:43 2017 +0000
description:
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:
x11/mcookie/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 37afc401ad54 -r 1ea4a84c95ca x11/mcookie/Makefile
--- a/x11/mcookie/Makefile Sun Apr 23 14:49:27 2017 +0000
+++ b/x11/mcookie/Makefile Sun Apr 23 14:51:43 2017 +0000
@@ -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 @@
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:
Home |
Main Index |
Thread Index |
Old Index