pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/comms/qpage Set MKDIR_PATH in CONFIGURE_ENV since qpag...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e46633f12b73
branches: trunk
changeset: 480126:e46633f12b73
user: recht <recht%pkgsrc.org@localhost>
date: Mon Aug 30 21:33:54 2004 +0000
description:
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
diffstat:
comms/qpage/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 2108e9bde6b0 -r e46633f12b73 comms/qpage/Makefile
--- a/comms/qpage/Makefile Mon Aug 30 21:07:44 2004 +0000
+++ b/comms/qpage/Makefile Mon Aug 30 21:33:54 2004 +0000
@@ -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 @@
GNU_CONFIGURE= yes
+CONFIGURE_ENV+= MKDIR_PATH=${MKDIR:Q}
+
CPPFLAGS+= `${AWK} -F: '/^uucp:/ { \
printf(\"-DDAEMONUSER=%s -DDAEMONGROUP=%s\", $$3, $$4); }' \
/etc/passwd`
Home |
Main Index |
Thread Index |
Old Index