diff options
Diffstat (limited to 'biology/phred/Makefile')
-rw-r--r-- | biology/phred/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/biology/phred/Makefile b/biology/phred/Makefile index 43f3040cf016..91431de93669 100644 --- a/biology/phred/Makefile +++ b/biology/phred/Makefile @@ -16,6 +16,9 @@ MAINTAINER= mzaki@biol.s.u-tokyo.ac.jp COMMENT= Base calling and quality value assignment on DNA sequencing 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 |