diff options
author | recht <recht> | 2004-08-30 21:33:54 +0000 |
---|---|---|
committer | recht <recht> | 2004-08-30 21:33:54 +0000 |
commit | d9e59f24580d956b618c8a42abeb7400bd98bc99 (patch) | |
tree | 2238a75a9bbc2c95e7a34a99be0586f0624fc764 /comms | |
parent | 22908d74f05e1e7ca4d7dd08c78bdfb6ae07c976 (diff) | |
download | pkgsrc-d9e59f24580d956b618c8a42abeb7400bd98bc99.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')
-rw-r--r-- | comms/qpage/Makefile | 4 |
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` |