summaryrefslogtreecommitdiff
path: root/net/mydns-pgsql
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-19 20:30:21 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-19 20:30:21 +0000
commita89a63929d8d3e0997599cfc815fdbb23ebae372 (patch)
tree3425f721743140a36d162e4c892bb002a4370757 /net/mydns-pgsql
parent62e29e58b6a212bdd1531612626f31d117a160ba (diff)
downloadpkgsrc-a89a63929d8d3e0997599cfc815fdbb23ebae372.tar.gz
Fix ownership. Bump revision.
Diffstat (limited to 'net/mydns-pgsql')
-rw-r--r--net/mydns-pgsql/Makefile4
-rw-r--r--net/mydns-pgsql/Makefile.common4
2 files changed, 4 insertions, 4 deletions
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