From 4ca7916912a566228ba4f989786503f3e9ce7a54 Mon Sep 17 00:00:00 2001 From: tv Date: Sat, 19 Mar 2005 16:02:46 +0000 Subject: Numeric DAEMONUSER and DAEMONGROUP don't exist in the source; nuke the USERFLAGS!= which fails on platforms with no "uucp" user. --- comms/qpage/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'comms/qpage') diff --git a/comms/qpage/Makefile b/comms/qpage/Makefile index 41f1e9a7578..46473385908 100644 --- a/comms/qpage/Makefile +++ b/comms/qpage/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/03/03 15:13:39 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2005/03/19 16:02:46 tv Exp $ # DISTNAME= qpage-3.3 @@ -11,12 +11,8 @@ HOMEPAGE= http://www.qpage.org/ COMMENT= Simple and efficient paging (SNPP) client and server GNU_CONFIGURE= yes +USE_BUILDLINK3= YES CONFIGURE_ENV+= MKDIR_PATH=${MKDIR:Q} -CPPFLAGS+= ${USERFLAGS} - .include "../../mk/bsd.pkg.mk" - -USERFLAGS!= ${AWK} -F: '/^uucp:/ { printf("-DDAEMONUSER=%s -DDAEMONGROUP=%s", $$3, $$4); }' \ - /etc/passwd -- cgit v1.2.3