diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-05-25 23:05:10 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-05-25 23:05:10 +0000 |
commit | ea7995670b7ce6e67238c6127e88d8c0d4b84e09 (patch) | |
tree | f0c0c63745349fab5272ddb200741b7c44fc9213 /biology/phrap | |
parent | fa870615920423d2c3ad405cece0062db3f3ddef (diff) | |
download | ports-ea7995670b7ce6e67238c6127e88d8c0d4b84e09.tar.gz ports-ea7995670b7ce6e67238c6127e88d8c0d4b84e09.zip |
Notes
Diffstat (limited to 'biology/phrap')
-rw-r--r-- | biology/phrap/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |