Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Apr 2013 18:46:43 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316685 - head/devel/cross-binutils
Message-ID:  <201304271846.r3RIkhou014664@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Sat Apr 27 18:46:43 2013
New Revision: 316685
URL: http://svnweb.freebsd.org/changeset/ports/316685

Log:
  devel/cross-binutils: Don't install generic info files; they conflict with
                        other cross-binutils slaves

Modified:
  head/devel/cross-binutils/Makefile

Modified: head/devel/cross-binutils/Makefile
==============================================================================
--- head/devel/cross-binutils/Makefile	Sat Apr 27 18:31:47 2013	(r316684)
+++ head/devel/cross-binutils/Makefile	Sat Apr 27 18:46:43 2013	(r316685)
@@ -1,5 +1,3 @@
-TGTARCH=	i386
-TGTABI=		elf
 # Created by: Stanislav Sedov <stas@FreeBSD.org>
 # $FreeBSD$
 
@@ -57,9 +55,7 @@ MAN1=		${OURTARGET}-addr2line.1 \
 INFO=		${OURTARGET}-as \
 		${OURTARGET}-bfd \
 		${OURTARGET}-binutils \
-		${OURTARGET}-ld \
-		configure \
-		standards
+		${OURTARGET}-ld
 
 PLIST_FILES=	bin/${OURTARGET}-addr2line \
 		bin/${OURTARGET}-ar \
@@ -135,6 +131,8 @@ post-patch:
 	@${MV} ${WRKSRC}/gprof/gprof.texi \
 		${WRKSRC}/gprof/${OURTARGET}-gprof.texi
 
+	@${RM} ${WRKSRC}/etc/*.info ${WRKSRC}/etc/*.texi
+
 #
 # Disable install target in some directories
 #



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304271846.r3RIkhou014664>