summaryrefslogtreecommitdiff
path: root/comms/qpage
diff options
context:
space:
mode:
authortv <tv>2005-03-19 16:02:46 +0000
committertv <tv>2005-03-19 16:02:46 +0000
commit49c6e1ded78c42c75e65301805beea002ca239ca (patch)
tree8328889066f6b30da31ddf3faa6e2003c8db646e /comms/qpage
parentd9822a5e1937155d6d48db3e982a6b5bc3c166c4 (diff)
downloadpkgsrc-49c6e1ded78c42c75e65301805beea002ca239ca.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/qpage')
-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