diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 15:55:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 15:55:44 +0000 |
commit | 7055ff02f189a21dc14fc0489900f315a6e9192f (patch) | |
tree | 8297dcd0b71086ee72b8499934378d51ab6f897f /biology/iolib | |
parent | 0f0eb50c1e9988923b5a502ecdeb918467b60cac (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: biology)
Notes
Notes:
svn path=/head/; revision=327709
Diffstat (limited to 'biology/iolib')
-rw-r--r-- | biology/iolib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/biology/iolib/Makefile b/biology/iolib/Makefile index 40e47c27dc92..c47066958bca 100644 --- a/biology/iolib/Makefile +++ b/biology/iolib/Makefile @@ -30,4 +30,5 @@ MAN3= read_scf_header.3 read_allocate.3 ExperimentFile.3 \ read2exp.3 fread_scf.3 MAN4= Read.4 +NO_STAGE= yes .include <bsd.port.mk> |