diff options
author | Chris Rees <crees@FreeBSD.org> | 2013-04-27 18:46:43 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2013-04-27 18:46:43 +0000 |
commit | 42d0def51aa8cce521c21177bc2413786e0a4831 (patch) | |
tree | c265ceefbe09e6a6df63a8f0546eb7aef1bc75bd /devel/cross-binutils | |
parent | 1ccce535394054cb65bd263473b89b3f24775a82 (diff) | |
download | ports-42d0def51aa8cce521c21177bc2413786e0a4831.tar.gz ports-42d0def51aa8cce521c21177bc2413786e0a4831.zip |
Notes
Diffstat (limited to 'devel/cross-binutils')
-rw-r--r-- | devel/cross-binutils/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/cross-binutils/Makefile b/devel/cross-binutils/Makefile index be9f8cc652a6..b1f4148f2cd5 100644 --- a/devel/cross-binutils/Makefile +++ b/devel/cross-binutils/Makefile @@ -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 # |