summaryrefslogtreecommitdiff
path: root/net/mydns-mysql
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-06-07 12:43:13 +0000
committerjoerg <joerg@pkgsrc.org>2006-06-07 12:43:13 +0000
commitedae17f5dddc3b635d3aff8f5d618f2e9045dc60 (patch)
tree7fc03b95eb4c41145b01f02081ff787c7dc1b206 /net/mydns-mysql
parent7fa9e644028dc025d3d1b8b5ab850057359d5f04 (diff)
downloadpkgsrc-edae17f5dddc3b635d3aff8f5d618f2e9045dc60.tar.gz
Handle info page with install framework. Bump revision.
Diffstat (limited to 'net/mydns-mysql')
-rw-r--r--net/mydns-mysql/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/mydns-mysql/Makefile b/net/mydns-mysql/Makefile
index a9ac2c7b3f2..eed4e3a544b 100644
--- a/net/mydns-mysql/Makefile
+++ b/net/mydns-mysql/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2006/02/05 23:10:27 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2006/06/07 12:43:13 joerg Exp $
PKGNAME= ${DISTNAME:S/-/-mysql-/}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= MySQL-based DNS server
CONFLICTS= mydns-pgsql-[0-9]*
@@ -14,6 +14,8 @@ CONFIGURE_ARGS+= --without-pgsql
CONFIGURE_ARGS+= --with-mysql-lib=${BUILDLINK_PREFIX.mysql-client}/lib/mysql
CONFIGURE_ARGS+= --with-mysql-include=${BUILDLINK_PREFIX.mysql-client}/include/mysql
+INFO_FILES= # PLIST
+
.include "../../mk/mysql.buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../net/mydns-pgsql/Makefile.common"