aboutsummaryrefslogtreecommitdiff
path: root/devel/binutils
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2016-04-13 06:41:56 +0000
committerEd Schouten <ed@FreeBSD.org>2016-04-13 06:41:56 +0000
commitd0b20036ad2075c48f5901329c3ce0dfa3afbfbf (patch)
tree491b5a44216cf550e6781acd22d465f98cde9f3c /devel/binutils
parent0d98cb0b017503ab73e6846e23e16493c8211aa8 (diff)
downloadports-d0b20036ad2075c48f5901329c3ce0dfa3afbfbf.tar.gz
ports-d0b20036ad2075c48f5901329c3ce0dfa3afbfbf.zip
Notes
Diffstat (limited to 'devel/binutils')
-rw-r--r--devel/binutils/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile
index 6781e6252100..0a1a548425d2 100644
--- a/devel/binutils/Makefile
+++ b/devel/binutils/Makefile
@@ -4,7 +4,7 @@
PORTNAME= binutils
PORTVERSION= 2.25.1
PORTEPOCH= 1
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES= devel
MASTER_SITES= SOURCEWARE/binutils/releases
@@ -89,5 +89,8 @@ post-install:
${STAGEDIR}${PREFIX}/man/man1/${BUTARGET}-${tool}.1 \
${STAGEDIR}${PREFIX}/${BUTARGET}/bin/${tool}
.endfor
+.if ${BUREMOVE:Mld}
+ @${RM} -rf ${STAGEDIR}${PREFIX}/${BUTARGET}/lib/ldscripts
+.endif
.include <bsd.port.post.mk>