diff options
author | grant <grant@pkgsrc.org> | 2004-10-31 09:01:25 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-10-31 09:01:25 +0000 |
commit | a589475b93bae6acd61b311622c9ee5104bd1798 (patch) | |
tree | 35ee4ab5560b4d81f95fbdbd6a568eac32763f4a /databases/mysql4-client/Makefile.common | |
parent | fb956ec42709e98eb93ee3facddce84aa0e6f154 (diff) | |
download | pkgsrc-a589475b93bae6acd61b311622c9ee5104bd1798.tar.gz |
use patches and distinfo from mysql4-server instead of duplicating
patches here.
Diffstat (limited to 'databases/mysql4-client/Makefile.common')
-rw-r--r-- | databases/mysql4-client/Makefile.common | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/mysql4-client/Makefile.common b/databases/mysql4-client/Makefile.common index 1cc0b7377ad..d4f778143a9 100644 --- a/databases/mysql4-client/Makefile.common +++ b/databases/mysql4-client/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.17 2004/10/30 08:12:18 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.18 2004/10/31 09:01:25 grant Exp $ DISTNAME= mysql-4.1.7 CATEGORIES= databases @@ -11,6 +11,9 @@ HOMEPAGE= http://www.mysql.com/ EXTRACT_USING_PAX= # defined +PATCHDIR= ${.CURDIR}/../../databases/mysql4-server/patches +DISTINFO_FILE= ${.CURDIR}/../../databases/mysql4-server/distinfo + .include "../../mk/bsd.prefs.mk" # MYSQL_USER username of the database administrator |