mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Teach the building cluster that these ports are not to be build
This commit is contained in:
parent
fa87061592
commit
ea7995670b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213667
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user