summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-03-03 15:13:39 +0000
committerwiz <wiz@pkgsrc.org>2005-03-03 15:13:39 +0000
commitdf61fc629b489259704b801d420a3141bb4b0ad7 (patch)
treed436b27156825ede7980fbfc0da146f5d2bc95a1 /comms
parentbecd8fddd86f92113e47611c562c5c8f5befc141 (diff)
downloadpkgsrc-df61fc629b489259704b801d420a3141bb4b0ad7.tar.gz
Fix build.
Diffstat (limited to 'comms')
-rw-r--r--comms/qpage/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/comms/qpage/Makefile b/comms/qpage/Makefile
index bdd5bdbed24..41f1e9a7578 100644
--- a/comms/qpage/Makefile
+++ b/comms/qpage/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/08/30 21:33:54 recht Exp $
+# $NetBSD: Makefile,v 1.10 2005/03/03 15:13:39 wiz Exp $
#
DISTNAME= qpage-3.3
@@ -14,8 +14,9 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV+= MKDIR_PATH=${MKDIR:Q}
-CPPFLAGS+= `${AWK} -F: '/^uucp:/ { \
- printf(\"-DDAEMONUSER=%s -DDAEMONGROUP=%s\", $$3, $$4); }' \
- /etc/passwd`
+CPPFLAGS+= ${USERFLAGS}
.include "../../mk/bsd.pkg.mk"
+
+USERFLAGS!= ${AWK} -F: '/^uucp:/ { printf("-DDAEMONUSER=%s -DDAEMONGROUP=%s", $$3, $$4); }' \
+ /etc/passwd