diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 03:53:09 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 03:53:09 +0800 |
commit | b3f53a7710aef6bf70130db57affead1adb76fe8 (patch) | |
tree | 1373440d0f3681e50dd86fe77aff964fd6e1aeb8 /lang/afnix | |
parent | c033a65489fc54de1e7de14f281339f6db87d08f (diff) | |
download | freebsd-ports-gnome-b3f53a7710aef6bf70130db57affead1adb76fe8.tar.gz freebsd-ports-gnome-b3f53a7710aef6bf70130db57affead1adb76fe8.tar.zst freebsd-ports-gnome-b3f53a7710aef6bf70130db57affead1adb76fe8.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: lang)
Diffstat (limited to 'lang/afnix')
-rw-r--r-- | lang/afnix/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/afnix/Makefile b/lang/afnix/Makefile index 77fa435ca704..bd4b806833b3 100644 --- a/lang/afnix/Makefile +++ b/lang/afnix/Makefile @@ -30,6 +30,7 @@ MAN3= afnix::csm.3 afnix::gfx.3 afnix::itu.3 afnix::mth.3 afnix::net.3 \ afnix::txt.3 afnix::wax.3 afnix::xml.3 afnix::xpe.3 MAN7= afnix::guide.7 afnix::license.7 afnix::notes.7 afnix::reference.7 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "powerpc" |