diff options
-rw-r--r-- | biology/consed/Makefile | 3 | ||||
-rw-r--r-- | biology/phd2fasta/Makefile | 3 | ||||
-rw-r--r-- | biology/phrap/Makefile | 3 | ||||
-rw-r--r-- | biology/phred/Makefile | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/biology/consed/Makefile b/biology/consed/Makefile index 15700c79f7bf..ecd30f138d8a 100644 --- a/biology/consed/Makefile +++ b/biology/consed/Makefile @@ -25,6 +25,9 @@ USE_XLIB= yes ONLY_FOR_ARCHS= i386 amd64 RESTRICTED= Redistribution is not permitted in any form. You must request access permission via e-mail to get the tarball. Free for academic use. +.if defined(PACKAGE_BUILDING) +IGNORE= distribution files must be obtained via the authors +.endif NO_WRKSUBDIR= yes 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 diff --git a/biology/phrap/Makefile b/biology/phrap/Makefile index 094d772390aa..e3eb88633611 100644 --- a/biology/phrap/Makefile +++ b/biology/phrap/Makefile @@ -16,6 +16,9 @@ MAINTAINER= mzaki@biol.s.u-tokyo.ac.jp COMMENT= Phrap is a program for assembling shotgun DNA sequence data 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 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 |