diff options
author | obache <obache@pkgsrc.org> | 2009-01-08 01:00:15 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-01-08 01:00:15 +0000 |
commit | 4f134574441a0bcdfbdfa16eda99348c3a966a04 (patch) | |
tree | f046344057fb9956fc12fc237d18411b1c1c99cd | |
parent | bc52144107c215e837be7f8602246e1319ae4027 (diff) | |
download | pkgsrc-4f134574441a0bcdfbdfa16eda99348c3a966a04.tar.gz |
Use pkgsrc standard PKG_USERS usage and remove escape '\' from PKG_USERS.
It should fix build failure with recent NetBSD-current's make.
-rw-r--r-- | net/avahi/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile index c824383c014..4e2397ffe87 100644 --- a/net/avahi/Makefile +++ b/net/avahi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2008/12/28 17:44:37 adrianp Exp $ +# $NetBSD: Makefile,v 1.6 2009/01/08 01:00:15 obache Exp $ DISTNAME= avahi-0.6.23 PKGREVISION= 2 @@ -38,8 +38,9 @@ PKG_SYSCONFSUBDIR= avahi USE_LANGUAGES= c c++ MAKE_DIRS= ${PKG_SYSCONFDIR}/services -PKG_USERS= ${AVAHI_USER}:${AVAHI_GROUP}::Avahi\ user:/nonexistent +PKG_USERS= ${AVAHI_USER}:${AVAHI_GROUP} PKG_GROUPS= ${AVAHI_GROUP} +PKG_GECOS.${AVAHI_USER}= Avahi user .include "options.mk" |