summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-03-19 16:02:46 +0000
committertv <tv@pkgsrc.org>2005-03-19 16:02:46 +0000
commit6c110413e0f911ed743459e106f2ab0e597fc425 (patch)
tree8328889066f6b30da31ddf3faa6e2003c8db646e /comms
parent33aa0a36220d89908b89730faedd95e76a0a40d0 (diff)
downloadpkgsrc-6c110413e0f911ed743459e106f2ab0e597fc425.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/Makefile8
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