diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-19 20:30:21 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-19 20:30:21 +0000 |
commit | a89a63929d8d3e0997599cfc815fdbb23ebae372 (patch) | |
tree | 3425f721743140a36d162e4c892bb002a4370757 /net | |
parent | 62e29e58b6a212bdd1531612626f31d117a160ba (diff) | |
download | pkgsrc-a89a63929d8d3e0997599cfc815fdbb23ebae372.tar.gz |
Fix ownership. Bump revision.
Diffstat (limited to 'net')
-rw-r--r-- | net/mydns-mysql/Makefile | 4 | ||||
-rw-r--r-- | net/mydns-pgsql/Makefile | 4 | ||||
-rw-r--r-- | net/mydns-pgsql/Makefile.common | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net/mydns-mysql/Makefile b/net/mydns-mysql/Makefile index cc42c935f0f..a19fc396097 100644 --- a/net/mydns-mysql/Makefile +++ b/net/mydns-mysql/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2010/02/11 22:14:26 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2010/02/19 20:30:21 joerg Exp $ PKGNAME= ${DISTNAME:S/-/-mysql-/} -PKGREVISION= 2 +PKGREVISION= 3 COMMENT= MySQL-based DNS server CONFLICTS= mydns-pgsql-[0-9]* diff --git a/net/mydns-pgsql/Makefile b/net/mydns-pgsql/Makefile index 2fc2a9d1d9b..08f88e60d19 100644 --- a/net/mydns-pgsql/Makefile +++ b/net/mydns-pgsql/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2010/02/12 02:03:29 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2010/02/19 20:30:21 joerg Exp $ PKGNAME= ${DISTNAME:S/-/-pgsql-/} -PKGREVISION= 7 +PKGREVISION= 8 COMMENT= PostgreSQL-based DNS server CONFLICTS= mydns-mysql-[0-9]* diff --git a/net/mydns-pgsql/Makefile.common b/net/mydns-pgsql/Makefile.common index 8a5eeda793f..ca30e8def73 100644 --- a/net/mydns-pgsql/Makefile.common +++ b/net/mydns-pgsql/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.14 2010/02/11 22:14:26 joerg Exp $ +# $NetBSD: Makefile.common,v 1.15 2010/02/19 20:30:21 joerg Exp $ DISTNAME= mydns-1.1.0 CATEGORIES= net @@ -16,7 +16,7 @@ CONFIGURE_ARGS+= --with-confdir=${PKG_SYSCONFDIR:Q} MYDNS_USER?= mydns MYDNS_GROUP?= mydns -MYDNS_PERMS= ${ROOT_USER} ${ROOT_GROUP} 600 +MYDNS_PERMS= ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 600 PKG_GROUPS_VARS+= MYDNS_GROUP PKG_USERS_VARS+= MYDNS_USER |