diff options
author | recht <recht@pkgsrc.org> | 2004-08-30 21:33:54 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-08-30 21:33:54 +0000 |
commit | 365ea4c02092c19cea55125fa2ffa67fe1608426 (patch) | |
tree | 2238a75a9bbc2c95e7a34a99be0586f0624fc764 /comms | |
parent | a6b58d1893ccb7c2fba5e40d2dd29432c284e3f1 (diff) | |
download | pkgsrc-365ea4c02092c19cea55125fa2ffa67fe1608426.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` |