pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/avahi Use pkgsrc standard PKG_USERS usage and remo...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9d0853654bdd
branches: trunk
changeset: 552713:9d0853654bdd
user: obache <obache%pkgsrc.org@localhost>
date: Thu Jan 08 01:00:15 2009 +0000
description:
Use pkgsrc standard PKG_USERS usage and remove escape '\' from PKG_USERS.
It should fix build failure with recent NetBSD-current's make.
diffstat:
net/avahi/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r b71f94ce1803 -r 9d0853654bdd net/avahi/Makefile
--- a/net/avahi/Makefile Thu Jan 08 00:26:51 2009 +0000
+++ b/net/avahi/Makefile Thu Jan 08 01:00:15 2009 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index