From 1804c3924626ab0c1c94d1150964720a9ebe6ff1 Mon Sep 17 00:00:00 2001 From: recht Date: Mon, 30 Aug 2004 21:33:54 +0000 Subject: Set MKDIR_PATH in CONFIGURE_ENV since qpage does not honor MKDIR which on systems with a less capable mkdir in the shell path can lead to problems during the installation process. Suggested by Georg Schwarz in PR 26805 --- comms/qpage/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'comms') diff --git a/comms/qpage/Makefile b/comms/qpage/Makefile index 92b3152af92..bdd5bdbed24 100644 --- a/comms/qpage/Makefile +++ b/comms/qpage/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/07/17 21:26:59 grant Exp $ +# $NetBSD: Makefile,v 1.9 2004/08/30 21:33:54 recht Exp $ # DISTNAME= qpage-3.3 @@ -12,6 +12,8 @@ COMMENT= Simple and efficient paging (SNPP) client and server GNU_CONFIGURE= yes +CONFIGURE_ENV+= MKDIR_PATH=${MKDIR:Q} + CPPFLAGS+= `${AWK} -F: '/^uucp:/ { \ printf(\"-DDAEMONUSER=%s -DDAEMONGROUP=%s\", $$3, $$4); }' \ /etc/passwd` -- cgit v1.2.3