diff options
author | jlam <jlam> | 2007-06-19 21:29:09 +0000 |
---|---|---|
committer | jlam <jlam> | 2007-06-19 21:29:09 +0000 |
commit | 11fe2427f06a72ad480bacd6c784af73817e5f31 (patch) | |
tree | 0100693887f6922c22b6a0d5e644d8541acdfce9 /net/uucp | |
parent | b6bf06286e994b4608117327c1d8df90ea4f49c4 (diff) | |
download | pkgsrc-11fe2427f06a72ad480bacd6c784af73817e5f31.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/uucp')
-rw-r--r-- | net/uucp/Makefile | 4 |
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} |