freebsd-ports/biology/fasta/files/patch-Makefile
Mark Linimon 44c1e6c9af Update to fix fetch. Rework PORTVERSION to be more like biology/fasta3
and pacify portlint.

PR:		ports/67428
Submitted by:	Roman Neuhauser <neuhauser at chello dot cz>
Approved by:	maintainer timeout (one month)
2004-07-01 06:24:01 +00:00

29 lines
583 B
Text

--- Makefile.orig Mon Jan 29 15:10:42 2001
+++ Makefile Mon Jan 29 15:15:08 2001
@@ -3,14 +3,14 @@
# for mips, also use: -mips2 -O2
#
-CC= cc -O
+#CC= cc -O
#CC=cc -g
#CC=insure -g
-CFLAGS= -DUNIX -DBIGMEM -DSFCHAR="':'" -DEXPM1 -DPROGRESS -DGAP_OPEN
+CFLAGS+= -DUNIX -DBIGMEM -DSFCHAR="':'" -DEXPM1 -DPROGRESS -DGAP_OPEN
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)