pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/mcookie
Module Name: pkgsrc
Committed By: taca
Date: Sun Apr 23 14:51:43 UTC 2017
Modified Files:
pkgsrc/x11/mcookie: Makefile
Log Message:
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).)
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/mcookie/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/mcookie/Makefile
diff -u pkgsrc/x11/mcookie/Makefile:1.6 pkgsrc/x11/mcookie/Makefile:1.7
--- pkgsrc/x11/mcookie/Makefile:1.6 Mon Feb 27 10:20:01 2017
+++ pkgsrc/x11/mcookie/Makefile Sun Apr 23 14:51:43 2017
@@ -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:
Home |
Main Index |
Thread Index |
Old Index