From 471a3302d9b9ce99390df5aa979c98366f53fdb8 Mon Sep 17 00:00:00 2001 From: PHO Date: Thu, 28 Apr 2011 21:20:33 +0900 Subject: [PATCH] fix comments --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b9d3128..1639a3d 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ ONLY_FOR_PLATFORM= FreeBSD-*-i386 Darwin-*-powerpc # better than this? .include "../../mk/compiler.mk" .if empty(CCPATH) -WARNINGS+= "This package depends on pkgsrc's undocumented variable\ +WARNINGS+= "This package depends on pkgsrc's undocumented variable \ CCPATH but it disappeared somehow." WARNINGS+= "Using hard-coded /usr/bin/gcc as the C compiler..." CONFIGURE_ARGS+= --with-gcc=/usr/bin/gcc @@ -183,7 +183,7 @@ do-configure: # Substitutions for INSTALL and DEINSTALL. FILES_SUBST+= DISTNAME=${DISTNAME} -# Some unused scripts don't pass the portability test. +# There is an unused script which don't pass the portability test. CHECK_PORTABILITY_SKIP+= distrib/prep-bin-dist-mingw # GHC currently *requires* ${PREFIX}/lib to be in -- 2.40.0