svn commit: r316685 - head/devel/cross-binutils

Chris Rees crees at FreeBSD.org
Sat Apr 27 18:46:43 UTC 2013


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 at 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
 #


More information about the svn-ports-head mailing list