diff options
author | jlam <jlam@pkgsrc.org> | 2007-06-19 21:29:09 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-06-19 21:29:09 +0000 |
commit | 1a6fb589c8b4affce891a1eefa012f1edc56ab30 (patch) | |
tree | 0100693887f6922c22b6a0d5e644d8541acdfce9 /net/uucp | |
parent | 6b7469b363f58d5541e7fef1cf73761dc1b2fa0c (diff) | |
download | pkgsrc-1a6fb589c8b4affce891a1eefa012f1edc56ab30.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} |