pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/binutils indent



details:   https://anonhg.NetBSD.org/pkgsrc/rev/94b8d805053d
branches:  trunk
changeset: 634249:94b8d805053d
user:      obache <obache%pkgsrc.org@localhost>
date:      Tue May 13 06:41:31 2014 +0000

description:
indent

diffstat:

 devel/binutils/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 9c9b8778bee4 -r 94b8d805053d devel/binutils/Makefile
--- a/devel/binutils/Makefile   Tue May 13 02:39:24 2014 +0000
+++ b/devel/binutils/Makefile   Tue May 13 06:41:31 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2014/05/12 19:10:08 marino Exp $
+# $NetBSD: Makefile,v 1.62 2014/05/13 06:41:31 obache Exp $
 
 DISTNAME=      binutils-2.24
 PKGREVISION=   3
@@ -60,9 +60,9 @@
 .endif
 
 .if ${OPSYS} == DragonFly \
-|| (${OPSYS} == FreeBSD && empty(OS_VERSION:M[12345678].*)) \
-|| (${OPSYS} == OpenBSD && empty(OS_VERSION:M[1234].*)) \
-|| (${OPSYS} == NetBSD && empty(OS_VERSION:M[12345].*))
+       || (${OPSYS} == FreeBSD && empty(OS_VERSION:M[12345678].*)) \
+       || (${OPSYS} == OpenBSD && empty(OS_VERSION:M[1234].*)) \
+       || (${OPSYS} == NetBSD && empty(OS_VERSION:M[12345].*))
 BUILD_GOLD=    yes
 PLIST.gold=    yes
 USE_TOOLS+=    bison



Home | Main Index | Thread Index | Old Index