summaryrefslogtreecommitdiff
path: root/databases/mysql-client/Makefile
diff options
context:
space:
mode:
authorseb <seb>2003-06-29 22:28:17 +0000
committerseb <seb>2003-06-29 22:28:17 +0000
commitf26f2019deacfc5a5ec80ace3ab5887eca3f8b86 (patch)
tree25a81468800192b5e75a4b4fb0fe163fec5cbbb0 /databases/mysql-client/Makefile
parente76172308ecf380ae9d0aa6bc127bb26a7abc392 (diff)
downloadpkgsrc-f26f2019deacfc5a5ec80ace3ab5887eca3f8b86.tar.gz
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'databases/mysql-client/Makefile')
-rw-r--r--databases/mysql-client/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql-client/Makefile b/databases/mysql-client/Makefile
index f0b4d475b95..1be63371e22 100644
--- a/databases/mysql-client/Makefile
+++ b/databases/mysql-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2003/01/20 23:20:36 lukem Exp $
+# $NetBSD: Makefile,v 1.23 2003/06/29 22:28:17 seb Exp $
PKGNAME= ${DISTNAME:S/-/-client-/}
PKGREVISION= 3
@@ -10,6 +10,7 @@ COMMENT= MySQL, a free SQL database (client)
CONFIGURE_ARGS+= --without-server
USE_BUILDLINK2= YES
+USE_NEW_TEXINFO= YES
INFO_FILES= mysql.info
post-install:
@@ -18,5 +19,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/Docs/mysql.info ${PREFIX}/info
.include "../../devel/readline/buildlink2.mk"
-.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"