summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjoerg <joerg>2006-06-07 12:43:13 +0000
committerjoerg <joerg>2006-06-07 12:43:13 +0000
commitad7f25bfda8ccf7a634e12b54836ef48b8b8e062 (patch)
tree7fc03b95eb4c41145b01f02081ff787c7dc1b206 /net
parent1ead08f6e4fdace5c0cfebe34414ef948826023a (diff)
downloadpkgsrc-ad7f25bfda8ccf7a634e12b54836ef48b8b8e062.tar.gz
Handle info page with install framework. Bump revision.
Diffstat (limited to 'net')
-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"