diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-20 23:58:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-20 23:58:41 +0800 |
commit | acf9e8dba69c03fde98e4b0805dfa75374343660 (patch) | |
tree | ad09b4f24df8e2cf74670acb86a133957eb333d0 /cad/alliance | |
parent | 70b553e5129d9e59ca05048a9fee1af1d442311f (diff) | |
download | freebsd-ports-gnome-acf9e8dba69c03fde98e4b0805dfa75374343660.tar.gz freebsd-ports-gnome-acf9e8dba69c03fde98e4b0805dfa75374343660.tar.zst freebsd-ports-gnome-acf9e8dba69c03fde98e4b0805dfa75374343660.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: cad)
Diffstat (limited to 'cad/alliance')
-rw-r--r-- | cad/alliance/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cad/alliance/Makefile b/cad/alliance/Makefile index 2ee7883bb343..fc25aa484201 100644 --- a/cad/alliance/Makefile +++ b/cad/alliance/Makefile @@ -172,6 +172,7 @@ MAN3= addcapa.3 addchain.3 addht.3 addhtitem.3 addlocon.3 addlofig.3 \ MAN5= ap.5 catal.5 prol.5 vbe.5 vhdl.5 vst.5 al.5 spi.5 ctl.5 fsm.5 pat.5 \ lax.5 sxlib.5 vasy.5 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 800000 |