summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjlam <jlam>2007-06-19 21:29:09 +0000
committerjlam <jlam>2007-06-19 21:29:09 +0000
commit06c310b2d153eaf919dbaa732d13e0dffa8d0b62 (patch)
tree0100693887f6922c22b6a0d5e644d8541acdfce9 /net
parent33eca064cf130703f4b3313585d3d6bdda0aa6e5 (diff)
downloadpkgsrc-06c310b2d153eaf919dbaa732d13e0dffa8d0b62.tar.gz
Move common definitions of UUCP_{GROUP,USER} from mail/courier-mta and
net/uucp to mk/defaults/mk.conf.
Diffstat (limited to 'net')
-rw-r--r--net/uucp/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/uucp/Makefile b/net/uucp/Makefile
index e36c9db411f..a54ce5aa78f 100644
--- a/net/uucp/Makefile
+++ b/net/uucp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2007/06/18 14:45:28 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2007/06/19 21:29:11 jlam Exp $
DISTNAME= uucp-1.07
PKGREVISION= 4
@@ -22,8 +22,6 @@ CONFIGURE_ENV+= MKDIR_PROGRAM=${TOOLS_MKDIR:Q}
CONFIGURE_ENV+= PWD_PROGRAM=${TOOLS_PWD_CMD:Q}
CONFIGURE_ENV+= RMDIR_PROGRAM=${TOOLS_RMDIR:Q}
-UUCP_GROUP?= daemon
-UUCP_USER?= uucp
PKG_GROUPS= ${UUCP_GROUP}
PKG_USERS= ${UUCP_USER}:${UUCP_GROUP}