summaryrefslogtreecommitdiff
path: root/databases/mysql51-client
diff options
context:
space:
mode:
authorrodent <rodent>2013-04-08 11:17:08 +0000
committerrodent <rodent>2013-04-08 11:17:08 +0000
commit315a605c7a7b24362633aa81dda2e5490cef9ff2 (patch)
treea54d33520d98c61ee2a68e3afa6cf5aa83a00659 /databases/mysql51-client
parentea88ef50fe2ea773fba2c2a725ed155119491e80 (diff)
downloadpkgsrc-315a605c7a7b24362633aa81dda2e5490cef9ff2.tar.gz
Remove "Trailing empty lines." and/or "Trailing white-space."
Diffstat (limited to 'databases/mysql51-client')
-rw-r--r--databases/mysql51-client/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql51-client/Makefile.common b/databases/mysql51-client/Makefile.common
index f648259d1a1..3275e332655 100644
--- a/databases/mysql51-client/Makefile.common
+++ b/databases/mysql51-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.27 2013/01/21 08:58:43 adam Exp $
+# $NetBSD: Makefile.common,v 1.28 2013/04/08 11:17:10 rodent Exp $
#
# used by databases/mysql51-client/Makefile
# used by databases/mysql51-server/Makefile
@@ -112,7 +112,7 @@ USE_TOOLS+= autoconf bash autoheader gmake perl:run
LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/mysql
# reset the platform diff on SunOS unless it's a GNU diff
-# which is required by the MySQL build
+# which is required by the MySQL build
.if ${OPSYS} == "SunOS" && empty(TOOLS_PLATFORM.diff:Mgdiff)
TOOLS_PLATFORM.diff= # empty
.endif