summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2005-07-31 13:35:37 +0000
committergrant <grant@pkgsrc.org>2005-07-31 13:35:37 +0000
commit58f0db73ec227ae00ccb7a055069bfcf74c2606b (patch)
tree018333caab06301003beed3131ed8b3266a27397
parentb13fa537d16fd86015f27484e976103084f28820 (diff)
downloadpkgsrc-58f0db73ec227ae00ccb7a055069bfcf74c2606b.tar.gz
whitespace fix
-rw-r--r--misc/open2300-mysql/Makefile3
-rw-r--r--misc/open2300/Makefile.common3
2 files changed, 2 insertions, 4 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"
diff --git a/misc/open2300/Makefile.common b/misc/open2300/Makefile.common
index 34cced1a64c..4d6233fe3cd 100644
--- a/misc/open2300/Makefile.common
+++ b/misc/open2300/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2005/04/11 21:46:38 tv Exp $
+# $NetBSD: Makefile.common,v 1.5 2005/07/31 13:35:37 grant Exp $
#
DISTNAME= open2300-1.8
@@ -8,5 +8,4 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=open2300/}
MAINTAINER= martin@NetBSD.org
HOMEPAGE= http://open2300.sourceforge.net/
-
.include "../../mk/bsd.pkg.mk"