diff options
author | grant <grant@pkgsrc.org> | 2005-07-31 13:35:37 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-07-31 13:35:37 +0000 |
commit | c97345dfe88934e218a7b8fbef568e3965fc8157 (patch) | |
tree | 018333caab06301003beed3131ed8b3266a27397 /misc/open2300-mysql | |
parent | 1590f48ad8777930d72b32e38f2c7c5a42eaccc0 (diff) | |
download | pkgsrc-c97345dfe88934e218a7b8fbef568e3965fc8157.tar.gz |
whitespace fix
Diffstat (limited to 'misc/open2300-mysql')
-rw-r--r-- | misc/open2300-mysql/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/open2300-mysql/Makefile b/misc/open2300-mysql/Makefile index 1e3c0a80d83..8f77c6a3b40 100644 --- a/misc/open2300-mysql/Makefile +++ b/misc/open2300-mysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/04/11 21:46:38 tv Exp $ +# $NetBSD: Makefile,v 1.4 2005/07/31 13:35:37 grant Exp $ # PKGNAME= ${DISTNAME:S/-/-mysql-/} @@ -10,6 +10,5 @@ DISTINFO_FILE= ${.CURDIR}/../open2300/distinfo BUILD_TARGET= mysql2300 INSTALL_TARGET= install-mysql - .include "../../mk/mysql.buildlink3.mk" .include "../open2300/Makefile.common" |