pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/mydns-mysql Handle info page with install framewor...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d82d5ffe0241
branches:  trunk
changeset: 514061:d82d5ffe0241
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Jun 07 12:43:13 2006 +0000

description:
Handle info page with install framework. Bump revision.

diffstat:

 net/mydns-mysql/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 27045d2e7815 -r d82d5ffe0241 net/mydns-mysql/Makefile
--- a/net/mydns-mysql/Makefile  Wed Jun 07 12:42:39 2006 +0000
+++ b/net/mydns-mysql/Makefile  Wed Jun 07 12:43:13 2006 +0000
@@ -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+=       --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"



Home | Main Index | Thread Index | Old Index