aboutsummaryrefslogtreecommitdiff
path: root/biology/fasta/files
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2001-02-11 16:24:18 +0000
committerJames E. Housley <jeh@FreeBSD.org>2001-02-11 16:24:18 +0000
commitc82fc943113baf5de2e9b2282c7f015ba8965de9 (patch)
treee1341803fd3045f53f3dd1852e88928fc6e80c85 /biology/fasta/files
parentb03bca912cc7f9544e8da92771777aaa85bcc9c4 (diff)
downloadports-c82fc943113baf5de2e9b2282c7f015ba8965de9.tar.gz
ports-c82fc943113baf5de2e9b2282c7f015ba8965de9.zip
Notes
Diffstat (limited to 'biology/fasta/files')
-rw-r--r--biology/fasta/files/patch-Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/biology/fasta/files/patch-Makefile b/biology/fasta/files/patch-Makefile
new file mode 100644
index 000000000000..25262482eef8
--- /dev/null
+++ b/biology/fasta/files/patch-Makefile
@@ -0,0 +1,28 @@
+--- Makefile.orig Mon Jan 29 15:10:42 2001
++++ Makefile Mon Jan 29 15:15:08 2001
+@@ -3,13 +3,13 @@
+ # for mips, also use: -mips2 -O2
+ #
+
+-CC= cc -O
++#CC= cc -O
+ #CC=cc -g
+
+-CFLAGS= -DUNIX -DBIGMEM -DSFCHAR="':'" -DEXPM1 -DPROGRESS
++CFLAGS+= -DUNIX -DBIGMEM -DSFCHAR="':'" -DEXPM1 -DPROGRESS
+ LFLAGS= -lm -o
+
+-BIN = /seqprg/slib/bin
++BIN = $(PREFIX)/bin
+ #NRAND= nrand
+ #IBM RS/6000
+ NRAND= nrand48
+@@ -29,7 +29,7 @@
+ sall : $(SPROGS)
+
+ install :
+- cp $(PROGS) $(BIN)
++ $(BSD_INSTALL_PROGRAM) $(PROGS) $(BIN)
+
+ clean-up :
+ rm *.o $(PROGS)