pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/bacula Reindent to satisfy pkglint.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b0e6fff582c
branches:  trunk
changeset: 524134:7b0e6fff582c
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Fri Jan 19 11:38:33 2007 +0000

description:
Reindent to satisfy pkglint.

diffstat:

 sysutils/bacula/hacks.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r c649d61261eb -r 7b0e6fff582c sysutils/bacula/hacks.mk
--- a/sysutils/bacula/hacks.mk  Fri Jan 19 09:01:21 2007 +0000
+++ b/sysutils/bacula/hacks.mk  Fri Jan 19 11:38:33 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: hacks.mk,v 1.4 2006/03/29 21:44:41 ghen Exp $
+# $NetBSD: hacks.mk,v 1.5 2007/01/19 11:38:33 ghen Exp $
 
 .if !defined(BACULA_HACKS_MK)
 BACULA_HACKS_MK=       #defined
@@ -8,9 +8,9 @@
 ###
 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64"
 .  include "../../mk/compiler.mk"
-.    if !empty(CC_VERSION:Mgcc-4.0*)
+.  if !empty(CC_VERSION:Mgcc-4.0*)
 PKG_HACKS+=            dontoptimze
 BUILDLINK_TRANSFORM+=  rm:-O[0-9]*
-.    endif
 .  endif
 .endif
+.endif



Home | Main Index | Thread Index | Old Index