pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/tools Fix copy&paste error resulting in duplicate ....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a41f68857ad3
branches:  trunk
changeset: 556546:a41f68857ad3
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Mar 22 18:10:27 2009 +0000

description:
Fix copy&paste error resulting in duplicate .endif.

diffstat:

 mk/tools/gettext.mk |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 47e6df093815 -r a41f68857ad3 mk/tools/gettext.mk
--- a/mk/tools/gettext.mk       Sun Mar 22 17:57:58 2009 +0000
+++ b/mk/tools/gettext.mk       Sun Mar 22 18:10:27 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: gettext.mk,v 1.11 2009/03/22 17:57:58 joerg Exp $
+# $NetBSD: gettext.mk,v 1.12 2009/03/22 18:10:27 joerg Exp $
 #
 # Copyright (c) 2006 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -90,7 +90,6 @@
                ${ECHO} yes;                                            \
        fi
 .          endif
-.      endif
 .    else
 _TOOLS_USE_PKGSRC.msgfmt=      yes
 .    endif



Home | Main Index | Thread Index | Old Index