svn commit: r476273 - head/devel/powerpc64-gcc

John Baldwin jhb at FreeBSD.org
Thu Aug 2 23:55:57 UTC 2018


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


More information about the svn-ports-all mailing list