diff options
Diffstat (limited to 'net/uucp/Makefile')
-rw-r--r-- | net/uucp/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/uucp/Makefile b/net/uucp/Makefile index a54ce5aa78f..e6dd2e93990 100644 --- a/net/uucp/Makefile +++ b/net/uucp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2007/06/19 21:29:11 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2007/07/04 20:54:54 jlam Exp $ DISTNAME= uucp-1.07 PKGREVISION= 4 @@ -25,6 +25,9 @@ CONFIGURE_ENV+= RMDIR_PROGRAM=${TOOLS_RMDIR:Q} PKG_GROUPS= ${UUCP_GROUP} PKG_USERS= ${UUCP_USER}:${UUCP_GROUP} +PKG_GROUPS_VARS+= UUCP_GROUP +PKG_USERS_VARS+= UUCP_USER + PKG_GECOS.${UUCP_USER}= UNIX-to-UNIX Copy PKG_HOMES.${UUCP_USER}= ${UUCP_PUBDIR} PKG_SHELL.${UUCP_USER}= ${PREFIX}/libexec/uucp/uucico |