Date: Thu, 2 Aug 2018 23:55:56 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476273 - head/devel/powerpc64-gcc Message-ID: <201808022355.w72NtuZC029427@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhb (src,doc committer) Date: Thu Aug 2 23:55:55 2018 New Revision: 476273 URL: https://svnweb.freebsd.org/changeset/ports/476273 Log: Remove a spurious $ introduced in r475290. Reported by: Mark Millard Reviewed by: kan Differential Revision: https://reviews.freebsd.org/D16551 Modified: head/devel/powerpc64-gcc/Makefile Modified: head/devel/powerpc64-gcc/Makefile ============================================================================== --- head/devel/powerpc64-gcc/Makefile Thu Aug 2 23:43:33 2018 (r476272) +++ head/devel/powerpc64-gcc/Makefile Thu Aug 2 23:55:55 2018 (r476273) @@ -108,7 +108,7 @@ post-install: .endif .if ${TARGETARCH} == "amd64" || ${TARGETARCH} == "i386" # Conflicts with sys/x86/include/float.h - ${RM} ${STAGEDIR}${PREFIX}/lib/gcc/${GCC_TARGET$}/${PORTVERSION}/include/float.h + ${RM} ${STAGEDIR}${PREFIX}/lib/gcc/${GCC_TARGET}/${PORTVERSION}/include/float.h .endif # This port and all its slave ports fail on aarch64 -- but not all
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808022355.w72NtuZC029427>