mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
a3686c5ead
protein sequence search programs - FASTA3 updates only some of the elements of FASTA2, which is why I have submitted ports of both versions (as biology/fasta and biology/fasta3) PR: 24716 Submitted by: Johann Visagie <johann@egenetics.com>
21 lines
473 B
Plaintext
21 lines
473 B
Plaintext
--- Makefile.common.orig Mon Jan 29 12:42:32 2001
|
|
+++ Makefile.common Mon Jan 29 13:44:06 2001
|
|
@@ -46,7 +46,7 @@
|
|
XTPROGS = fastx33_t tfastx33_t fasty33_t tfasty33_t
|
|
XPROGS = fastx33 tfastx33 fasty33 tfasty33
|
|
|
|
-PROGS = $(SPROGS) $(TPROGS)
|
|
+PROGS = $(SPROGS) $(TPROGS) $(APROGS) $(XTPROGS) $(XPROGS)
|
|
|
|
all : $(PROGS)
|
|
|
|
@@ -60,7 +60,7 @@
|
|
rm -f *.o $(PROGS)
|
|
|
|
install:
|
|
- cp $(PROGS) $(XDIR)
|
|
+ $(BSD_INSTALL_PROGRAM) $(PROGS) $(XDIR)
|
|
|
|
sinstall:
|
|
cp $(SPROGS) $(XDIR)
|