pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Whitespace formatting nits.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7a0712eb83c5
branches:  trunk
changeset: 488902:7a0712eb83c5
user:      tv <tv%pkgsrc.org@localhost>
date:      Fri Feb 11 17:00:07 2005 +0000

description:
Whitespace formatting nits.

diffstat:

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

diffs (34 lines):

diff -r c20cc6899239 -r 7a0712eb83c5 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Fri Feb 11 16:57:45 2005 +0000
+++ b/mk/bsd.pkg.mk     Fri Feb 11 17:00:07 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1585 2005/02/11 16:57:45 tv Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1586 2005/02/11 17:00:07 tv Exp $
 #
 # This file is in the public domain.
 #
@@ -180,7 +180,7 @@
 
 # Fail-safe in the case of circular dependencies
 .if defined(_PKGSRC_DEPS) && defined(PKGNAME) && !empty(_PKGSRC_DEPS:M${PKGNAME})
-    PKG_FAIL_REASON+="Circular dependency detected"
+PKG_FAIL_REASON+=      "Circular dependency detected"
 .endif
 
 # PKG_INSTALLATION_TYPE can only be one of two values: "pkgviews" or
@@ -258,12 +258,12 @@
 .endif
 
 .if (${PKGSRC_LOCKTYPE} == "sleep" || ${PKGSRC_LOCKTYPE} == "once")
-. if !defined(OBJHOSTNAME)
+.  if !defined(OBJHOSTNAME)
 PKG_FAIL_REASON+='PKGSRC_LOCKTYPE needs OBJHOSTNAME defined.'
-. elif !exists(${SHLOCK})
+.  elif !exists(${SHLOCK})
 PKG_FAIL_REASON+='The ${SHLOCK} utility does not exist, and is necessary for locking.'
 PKG_FAIL_REASON+='Please "${MAKE} install" in ../../pkgtools/shlock.'
-. endif
+.  endif
 .endif
 
 # Allow variables to be set on a per-OS basis



Home | Main Index | Thread Index | Old Index