summaryrefslogtreecommitdiff
path: root/net/mydns-pgsql
diff options
context:
space:
mode:
Diffstat (limited to 'net/mydns-pgsql')
-rw-r--r--net/mydns-pgsql/Makefile4
-rw-r--r--net/mydns-pgsql/Makefile.common3
2 files changed, 3 insertions, 4 deletions
diff --git a/net/mydns-pgsql/Makefile b/net/mydns-pgsql/Makefile
index 08f88e60d19..fe474f55203 100644
--- a/net/mydns-pgsql/Makefile
+++ b/net/mydns-pgsql/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2010/02/19 20:30:21 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2010/07/01 21:29:33 ghen Exp $
PKGNAME= ${DISTNAME:S/-/-pgsql-/}
-PKGREVISION= 8
+PKGREVISION= 9
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 fe946bf6ac0..d4e6b8c79e7 100644
--- a/net/mydns-pgsql/Makefile.common
+++ b/net/mydns-pgsql/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2010/07/01 16:07:05 joerg Exp $
+# $NetBSD: Makefile.common,v 1.17 2010/07/01 21:29:33 ghen Exp $
DISTNAME= mydns-1.1.0
CATEGORIES= net
@@ -40,7 +40,6 @@ USERGROUP_PHASE+= pre-install
post-install:
${WRKSRC}/src/mydns/mydns --dump-config > ${DESTDIR}${EGDIR}/mydns.conf
- ${CHMOD} 0600 ${DESTDIR}${EGDIR}/mydns.conf
.include "../../security/openssl/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"