From 20460d2ae15d7505f5cfb4ce57ff35f9c49cf1e5 Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 23 Apr 2006 00:12:35 +0000 Subject: Modify packages that set PKG_USERS and PKG_GROUPS to follow the new syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47. --- news/inn/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'news/inn') diff --git a/news/inn/Makefile b/news/inn/Makefile index eafa9307cf1..50e054df8ba 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.80 2006/04/10 16:27:02 joerg Exp $ +# $NetBSD: Makefile,v 1.81 2006/04/23 00:12:41 jlam Exp $ DISTNAME= inn-2.4.3 PKGREVISION= 1 @@ -42,8 +42,11 @@ CONFIGURE_ENV+= _PATH_SORT=${TOOLS_SORT:Q} CONFIGURE_ENV+= GZIP=${TOOLS_GZIP_CMD:Q} USE_TOOLS+= awk egrep gzip perl:run sed sh sort yacc -PKG_USERS= ${INN_USER}:${INN_GROUP}::Internet\ News:${INN_DATA_DIR}:${SH} PKG_GROUPS= ${INN_GROUP} +PKG_USERS= ${INN_USER}:${INN_GROUP} +PKG_GECOS.${INN_USER}= Internet\ News +PKG_HOME.${INN_USER}= ${INN_DATA_DIR} +PKG_SHELL.${INN_USER}= ${SH} PKG_SYSCONFDIR.inn= ${INN_DATA_DIR}/etc EXAMPLEDIR= ${PREFIX}/share/examples/inn -- cgit v1.2.3