diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-23 00:12:35 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-23 00:12:35 +0000 |
commit | 802ce74fcbb88a27d21b45fde8f40d7ac06aaeff (patch) | |
tree | 6dc352508076c2511c051c32fe25d3b9ea6c8c20 /audio/icecast | |
parent | 2797f2c4fb216f032f202408065b46d743490144 (diff) | |
download | pkgsrc-802ce74fcbb88a27d21b45fde8f40d7ac06aaeff.tar.gz |
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.
Diffstat (limited to 'audio/icecast')
-rw-r--r-- | audio/icecast/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |