summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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