diff options
author | dholland <dholland@pkgsrc.org> | 2016-06-12 00:31:10 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2016-06-12 00:31:10 +0000 |
commit | 6fd32f198f5469ba99b10d91e148cecccf78fcbd (patch) | |
tree | b40b8ab10e353c05f1c0a1b42c4ea289c878b76f /net/uucp | |
parent | cf096d6e68022d349bcf74743cae80c065de732c (diff) | |
download | pkgsrc-6fd32f198f5469ba99b10d91e148cecccf78fcbd.tar.gz |
PKG_HOME, not PKG_HOMES.
Diffstat (limited to 'net/uucp')
-rw-r--r-- | net/uucp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/uucp/Makefile b/net/uucp/Makefile index 3d1705de48a..c2886461935 100644 --- a/net/uucp/Makefile +++ b/net/uucp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2015/11/08 22:06:38 dholland Exp $ +# $NetBSD: Makefile,v 1.19 2016/06/12 00:31:10 dholland Exp $ DISTNAME= uucp-1.07 PKGREVISION= 7 @@ -30,7 +30,7 @@ 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_HOME.${UUCP_USER}= ${UUCP_PUBDIR} PKG_SHELL.${UUCP_USER}= ${PREFIX}/sbin/uucico INFO_FILES= yes |