svn commit: r454744 - head/lang/gcc5

Gerald Pfeifer gerald at FreeBSD.org
Thu Nov 23 08:14:52 UTC 2017


Author: gerald
Date: Thu Nov 23 08:14:50 2017
New Revision: 454744
URL: https://svnweb.freebsd.org/changeset/ports/454744

Log:
  Remove second instance of install-strip patch that was applied twice.
  No functional change.
  
  Pointy hat to:	self

Modified:
  head/lang/gcc5/Makefile

Modified: head/lang/gcc5/Makefile
==============================================================================
--- head/lang/gcc5/Makefile	Thu Nov 23 07:54:09 2017	(r454743)
+++ head/lang/gcc5/Makefile	Thu Nov 23 08:14:50 2017	(r454744)
@@ -84,10 +84,6 @@ INSTALL_TARGET=	install-strip
 .if ${UID} != 0
 BINMODE=	755
 .endif
-INSTALL_TARGET=	install-strip
-.if ${UID} != 0
-BINMODE=	755
-.endif
 CONFIGURE_ARGS+=--disable-nls \
 		--disable-libgcj \
 		--enable-gnu-indirect-function \


More information about the svn-ports-head mailing list