summaryrefslogtreecommitdiff
path: root/shells/ast-ksh
diff options
context:
space:
mode:
authorrodent <rodent>2013-04-08 11:17:08 +0000
committerrodent <rodent>2013-04-08 11:17:08 +0000
commit964e82f84a31c3742d196f3ebcf9cf755a13725d (patch)
treea54d33520d98c61ee2a68e3afa6cf5aa83a00659 /shells/ast-ksh
parent2b8b863a838ccafa8e1e81cc77647db048d0077f (diff)
downloadpkgsrc-964e82f84a31c3742d196f3ebcf9cf755a13725d.tar.gz
Remove "Trailing empty lines." and/or "Trailing white-space."
Diffstat (limited to 'shells/ast-ksh')
-rw-r--r--shells/ast-ksh/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/ast-ksh/Makefile.common b/shells/ast-ksh/Makefile.common
index 6da0b0c89ef..00376af7c74 100644
--- a/shells/ast-ksh/Makefile.common
+++ b/shells/ast-ksh/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.31 2012/10/06 12:23:36 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.32 2013/04/08 11:17:22 rodent Exp $
DISTNAME= ast-ksh-${ASTKSH_VERSION}
PKGNAME= ast-ksh-${ASTKSH_VERSION:S/-//g}
@@ -29,8 +29,8 @@ MAKE_FLAGS+= CC=${CC:Q} CCFLAGS=${CFLAGS:M*:Q}
PDKSH= /bin/ksh
.endif
-# Link with libm to fix sfcvt link error -
-# this is kind of a hack -
+# Link with libm to fix sfcvt link error -
+# this is kind of a hack -
# better would be to fix the 'meta makefile' to pass this
# or to use the ksh-provided math routines.