summaryrefslogtreecommitdiff
path: root/comms/qpage
diff options
context:
space:
mode:
authorrecht <recht>2004-08-30 21:33:54 +0000
committerrecht <recht>2004-08-30 21:33:54 +0000
commitc1af982bf6c3102c943a9238ad10727a65a66a55 (patch)
tree2238a75a9bbc2c95e7a34a99be0586f0624fc764 /comms/qpage
parentd03a092616e1f2b579cf546208aa40f5b758e65e (diff)
downloadpkgsrc-c1af982bf6c3102c943a9238ad10727a65a66a55.tar.gz
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 (limited to 'comms/qpage')
-rw-r--r--comms/qpage/Makefile4
1 files changed, 3 insertions, 1 deletions
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`