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/ssaha | |
parent | 0f0eb50c1e9988923b5a502ecdeb918467b60cac (diff) |
Notes
Diffstat (limited to 'biology/ssaha')
-rw-r--r-- | biology/ssaha/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/biology/ssaha/Makefile b/biology/ssaha/Makefile index fa6a58b06cf1..3e050b5d1348 100644 --- a/biology/ssaha/Makefile +++ b/biology/ssaha/Makefile @@ -21,6 +21,7 @@ ALL_TARGET= ssaha DATA_FILES= test.fasta test_extract.fasta test_filter.fail \ test_filter.fastq test_protein.fasta README +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/ssaha ${PREFIX}/bin @${MKDIR} ${DATADIR} |