From 392ffe09f3bd27dd8ee4ab8138c7e78666a95398 Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 25 Jun 2007 21:18:37 +0000 Subject: Shell scripts should not use the += operator for variable assignments. In this case, the += operator appears in an embedded AWK script, so it is ok. --- lang/ghc/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lang/ghc') diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index a1283cbaf60..fd96ccb3c87 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2007/05/09 13:47:01 obache Exp $ +# $NetBSD: Makefile,v 1.37 2007/06/25 21:18:37 rillig Exp $ DISTNAME= ghc-6.6.1 CATEGORIES= lang @@ -19,6 +19,9 @@ ONLY_FOR_PLATFORM= FreeBSD-*-i386 NetBSD-*-i386 OpenBSD-*-i386 CHECK_PORTABILITY_SKIP= distrib/prep-bin-dist-mingw +# += in a shell script, but in embedded AWK code, so it's ok. +CHECK_PORTABILITY_SKIP+= libraries/base/cbits/ubconfc + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-ghc=${WRKDIR}/ghc-6.4.2/ghc/compiler/ghc-inplace CONFIGURE_ENV+= PerlCmd=${PERL5:Q} -- cgit v1.2.3