freebsd-ports/biology/fasta3/files/patch-Makefile.common
James E. Housley a3686c5ead - New port: biology/fasta3, which comprises the FASTA3 suite of DNA and
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>
2001-02-11 16:28:59 +00:00

20 lines
473 B
Text

--- 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)