diff options
Diffstat (limited to 'biology/phd2fasta/Makefile')
-rw-r--r-- | biology/phd2fasta/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/biology/phd2fasta/Makefile b/biology/phd2fasta/Makefile index ef0df20fa7dc..e10de4729598 100644 --- a/biology/phd2fasta/Makefile +++ b/biology/phd2fasta/Makefile @@ -15,6 +15,9 @@ MAINTAINER= mzaki@biol.s.u-tokyo.ac.jp COMMENT= A converter from output files of Phred/Consed to FASTA files RESTRICTED= Redistribution is not permitted in any form. You must request the tarball via e-mail. Free for academic use. +.if defined(PACKAGE_BUILDING) +IGNORE= distribution files must be obtained via the authors +.endif NO_WRKSUBDIR= yes |