diff options
author | martti <martti@pkgsrc.org> | 2006-12-15 13:15:06 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2006-12-15 13:15:06 +0000 |
commit | e2610fb8c820eb8b980e4903b6e8df8adafee4b0 (patch) | |
tree | 03ade063a5c9c888a51d974e8f2cdd77bc3b2d67 /mk/tools | |
parent | f71b87f6f8e4f627b299770626c1e3a9267f855d (diff) | |
download | pkgsrc-e2610fb8c820eb8b980e4903b6e8df8adafee4b0.tar.gz |
Remove trailing tabs.
Diffstat (limited to 'mk/tools')
-rw-r--r-- | mk/tools/autoconf.mk | 4 | ||||
-rwxr-xr-x | mk/tools/msgfmt.sh | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mk/tools/autoconf.mk b/mk/tools/autoconf.mk index db41c00d056..c33f86d9eaf 100644 --- a/mk/tools/autoconf.mk +++ b/mk/tools/autoconf.mk @@ -1,4 +1,4 @@ -# $NetBSD: autoconf.mk,v 1.13 2005/07/17 21:36:24 jlam Exp $ +# $NetBSD: autoconf.mk,v 1.14 2006/12/15 13:15:07 martti Exp $ # # Copyright (c) 2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -75,7 +75,7 @@ PKG_FAIL_REASON+= "\`\`autoconf'' and \`\`autoconf213'' conflict in USE_TOOLS." # autoconf. # _TOOLS_AC_NAMES= autoconf autoconf-2.13 -_TOOLS_AC_NAMES+= autoheader autoheader-2.13 +_TOOLS_AC_NAMES+= autoheader autoheader-2.13 _TOOLS_AC_NAMES+= autom4te _TOOLS_AC_NAMES+= autoreconf autoreconf-2.13 _TOOLS_AC_NAMES+= autoscan autoscan-2.13 diff --git a/mk/tools/msgfmt.sh b/mk/tools/msgfmt.sh index cc65489af77..ec388c2752b 100755 --- a/mk/tools/msgfmt.sh +++ b/mk/tools/msgfmt.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: msgfmt.sh,v 1.25 2006/06/23 21:05:43 jlam Exp $ +# $NetBSD: msgfmt.sh,v 1.26 2006/12/15 13:15:07 martti Exp $ # # Copyright (c) 2006 The NetBSD Foundation, Inc. # All rights reserved. @@ -195,7 +195,7 @@ BEGIN { obsolete = "" while (result == 1) { - + # Buffer any "msgid" statements into the singular array. # Strip all trailing empty strings that have no effect on # the output. |