pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/uucp PKG_HOME, not PKG_HOMES.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4464fc76ca29
branches:  trunk
changeset: 348330:4464fc76ca29
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun Jun 12 00:31:10 2016 +0000

description:
PKG_HOME, not PKG_HOMES.

diffstat:

 net/uucp/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ee2e1d697c85 -r 4464fc76ca29 net/uucp/Makefile
--- a/net/uucp/Makefile Sat Jun 11 23:39:28 2016 +0000
+++ b/net/uucp/Makefile Sun Jun 12 00:31:10 2016 +0000
@@ -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_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



Home | Main Index | Thread Index | Old Index