summaryrefslogtreecommitdiff
path: root/databases/mysql4-client/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-03-26 13:27:16 +0000
committerwiz <wiz@pkgsrc.org>2008-03-26 13:27:16 +0000
commite36d39ed8b19be5664bbf4f49e74735c75f05f1c (patch)
tree3bdeaf2ee883549c6179eba2064d40a3aa406da3 /databases/mysql4-client/Makefile
parent1f903bb1709803890f8aae7b8aeba8a57c00c646 (diff)
downloadpkgsrc-e36d39ed8b19be5664bbf4f49e74735c75f05f1c.tar.gz
pkglint cleanup.
Diffstat (limited to 'databases/mysql4-client/Makefile')
-rw-r--r--databases/mysql4-client/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/mysql4-client/Makefile b/databases/mysql4-client/Makefile
index dea9cbcf21f..ac6461286c3 100644
--- a/databases/mysql4-client/Makefile
+++ b/databases/mysql4-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2008/03/26 13:22:00 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2008/03/26 13:29:58 wiz Exp $
PKGNAME= ${DISTNAME:S/-/-client-/}
PKGREVISION= 3
@@ -15,7 +15,7 @@ CONFIGURE_ARGS+= --without-extra-tools
CONFIGURE_ARGS+= --without-server
CONFIGURE_ARGS+= --enable-thread-safe-client
UNWRAP_FILES= scripts/mysql_config
-INFO_FILES= # PLIST
+INFO_FILES= yes
INSTALLATION_DIRS= ${PKGINFODIR}
@@ -28,8 +28,6 @@ post-install:
${DESTDIR}${PREFIX}/share/examples/mysql/my-${f}.cnf
.endfor
-# We need the full readline on NetBSD<2.0.
-INCOMPAT_READLINE+= NetBSD-[0-1].*-*
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"