From 802ce74fcbb88a27d21b45fde8f40d7ac06aaeff 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. --- audio/icecast/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/icecast') diff --git a/audio/icecast/Makefile b/audio/icecast/Makefile index db2c68221ce..d665ca4e2d8 100644 --- a/audio/icecast/Makefile +++ b/audio/icecast/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2006/02/05 23:08:10 joerg Exp $ +# $NetBSD: Makefile,v 1.38 2006/04/23 00:12:35 jlam Exp $ # DISTNAME= icecast-2.3.0 @@ -26,7 +26,7 @@ ICECAST_USER?= icecast ICECAST_GROUP?= icecast PKG_GROUPS= ${ICECAST_GROUP} -PKG_USERS= ${ICECAST_USER}:${ICECAST_GROUP}::Icecast2\ user +PKG_USERS= ${ICECAST_USER}:${ICECAST_GROUP} EGDIR= ${PREFIX}/share/examples/icecast CONF_FILES= ${EGDIR}/icecast.xml ${PKG_SYSCONFDIR}/icecast.xml -- cgit v1.2.3