diff options
author | tv <tv@pkgsrc.org> | 2005-03-19 16:02:46 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-03-19 16:02:46 +0000 |
commit | 8b4c321100d326844fc14a3de8b6af4d7983baa3 (patch) | |
tree | 8328889066f6b30da31ddf3faa6e2003c8db646e /comms | |
parent | ad3b538f4662cd31f83ae6e026472177d5b2517f (diff) | |
download | pkgsrc-8b4c321100d326844fc14a3de8b6af4d7983baa3.tar.gz |
Numeric DAEMONUSER and DAEMONGROUP don't exist in the source; nuke the
USERFLAGS!= which fails on platforms with no "uucp" user.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/qpage/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
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 |