summaryrefslogtreecommitdiff
path: root/devel/avr-binutils
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 17:03:26 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 17:03:26 +0000
commit857aec5d6b82d83ac07f49f4dab6463acb984c3c (patch)
tree1ac4f33e833450e6b1eb2c92fa0fd0d5853d4d65 /devel/avr-binutils
parentAdd NO_STAGE all over the place in preparation for the staging support (cat: ... (diff)
Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 1)
Notes
Notes: svn path=/head/; revision=327722
Diffstat (limited to 'devel/avr-binutils')
-rw-r--r--devel/avr-binutils/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/avr-binutils/Makefile b/devel/avr-binutils/Makefile
index c251dcf4ea4b..1d666c8f86e4 100644
--- a/devel/avr-binutils/Makefile
+++ b/devel/avr-binutils/Makefile
@@ -1,4 +1,4 @@
-# Created by: Joerg Wunsch <joerg@freebsd.org>
+# Created by: Joerg Wunsch <joerg@FreeBSD.org>
# $FreeBSD$
PORTNAME= binutils
@@ -47,6 +47,7 @@ MAN1= \
INFO= as binutils gprof ld bfd standards configure
INFO_PATH= ${PKGNAMEPREFIX:S/-$//}/info
+NO_STAGE= yes
add-plist-post:
@${ECHO_CMD} "@unexec rm %D/${INFO_PATH}/dir 2> /dev/null || true" >> ${TMPPLIST}
@${ECHO_CMD} "@unexec rmdir %D/${INFO_PATH} 2> /dev/null || true" >> ${TMPPLIST}