pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Fixed wrong indentation of .if/.else/.endif.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f28dfc0776b
branches:  trunk
changeset: 514814:5f28dfc0776b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jun 18 09:34:07 2006 +0000

description:
Fixed wrong indentation of .if/.else/.endif.

diffstat:

 mk/bsd.pkg.mk |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r 1b0c956d5688 -r 5f28dfc0776b mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Sun Jun 18 09:02:25 2006 +0000
+++ b/mk/bsd.pkg.mk     Sun Jun 18 09:34:07 2006 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1854 2006/06/17 21:27:30 rillig Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1855 2006/06/18 09:34:07 rillig Exp $
 #
 # This file is in the public domain.
 #
@@ -464,11 +464,11 @@
 # that subdirectory.
 #
 CONFIGURE_HAS_INFODIR?=        yes
-.if ${GNU_CONFIGURE_PREFIX} == ${PREFIX}
+.  if ${GNU_CONFIGURE_PREFIX} == ${PREFIX}
 GNU_CONFIGURE_INFODIR?=        ${GNU_CONFIGURE_PREFIX}/${PKGINFODIR}
-.else
+.  else
 GNU_CONFIGURE_INFODIR?=        ${GNU_CONFIGURE_PREFIX}/info
-.endif
+.  endif
 .  if defined(INFO_FILES) && !empty(CONFIGURE_HAS_INFODIR:M[yY][eE][sS])
 CONFIGURE_ARGS+=       --infodir=${GNU_CONFIGURE_INFODIR:Q}
 .  endif



Home | Main Index | Thread Index | Old Index