diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:03:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:03:26 +0000 |
commit | 857aec5d6b82d83ac07f49f4dab6463acb984c3c (patch) | |
tree | 1ac4f33e833450e6b1eb2c92fa0fd0d5853d4d65 /devel/avr-gcc | |
parent | Add 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-gcc')
-rw-r--r-- | devel/avr-gcc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/avr-gcc/Makefile b/devel/avr-gcc/Makefile index 3896989e87ed..e6346966d8dc 100644 --- a/devel/avr-gcc/Makefile +++ b/devel/avr-gcc/Makefile @@ -1,4 +1,4 @@ -# Created by: Joerg Wunsch <joerg@freebsd.org> +# Created by: Joerg Wunsch <joerg@FreeBSD.org> # $FreeBSD$ PORTNAME= gcc @@ -38,6 +38,7 @@ CPPFLAGS+= -I${LOCALBASE}/include USES= bison gettext gmake perl5 GNU_CONFIGURE= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if (${ARCH} == "amd64") |