summaryrefslogtreecommitdiff
path: root/net/mydns-pgsql
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-06-07 12:54:48 +0000
committerjoerg <joerg@pkgsrc.org>2006-06-07 12:54:48 +0000
commitfbf3a8087aaf1013674878949dfab75b2ebe26d3 (patch)
tree9a7753cc0025e18e639a9c4d481480dc882bc64a /net/mydns-pgsql
parent67b982ba4de52f2fa70503e892c34ebf9f84e2ec (diff)
downloadpkgsrc-fbf3a8087aaf1013674878949dfab75b2ebe26d3.tar.gz
Use install framework for info pages. Bump revision.
Diffstat (limited to 'net/mydns-pgsql')
-rw-r--r--net/mydns-pgsql/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/mydns-pgsql/Makefile b/net/mydns-pgsql/Makefile
index 816b2ab00b0..2819281ec43 100644
--- a/net/mydns-pgsql/Makefile
+++ b/net/mydns-pgsql/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2006/02/05 23:10:27 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2006/06/07 12:54:48 joerg Exp $
PKGNAME= ${DISTNAME:S/-/-pgsql-/}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= PostgreSQL-based DNS server
CONFLICTS= mydns-mysql-[0-9]*
@@ -10,5 +10,7 @@ CONFIGURE_ARGS+= --without-mysql
CONFIGURE_ARGS+= --with-pgsql-lib=${BUILDLINK_PREFIX.${PGSQL_TYPE}}/lib
CONFIGURE_ARGS+= --with-pgsql-include=${BUILDLINK_PREFIX.${PGSQL_TYPE}}/include
+INFO_FILES= # PLIST
+
.include "../../mk/pgsql.buildlink3.mk"
.include "Makefile.common"