diff options
author | obache <obache@pkgsrc.org> | 2014-05-13 06:41:31 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-05-13 06:41:31 +0000 |
commit | f5fc7a31f9cdc8d932fcd12f958018df6271e5ac (patch) | |
tree | 5d8b5cb4b52f94d1d41976b08e7dd37562f57820 /devel | |
parent | 3d0a6311fb1d21807b5690754e26c92a3525bb57 (diff) | |
download | pkgsrc-f5fc7a31f9cdc8d932fcd12f958018df6271e5ac.tar.gz |
indent
Diffstat (limited to 'devel')
-rw-r--r-- | devel/binutils/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index 3e1d74cdd7a..73bb31f4303 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -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 @@ EXTRA_FILES+= ld .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 |