1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/math/fbm/files/patch-util+util.make
Maho Nakata 9b04d6a866 Add new port math/fbm.
A software for Flexible Bayesian Modelling and Markov Chain
Sampling(The software is for education and research use only).

PR:		53650
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
2003-07-12 03:59:57 +00:00

9 lines
293 B
Makefile

--- util/util.make.orig Sun Jun 22 23:10:08 2003
+++ util/util.make Sun Jun 22 23:16:12 2003
@@ -92,4 +92,4 @@
phi.o: phi.c
rand.o: rand.c rand.h
- $(CC) $(CFLAGS) -DRAND_FILE=\"`pwd`/../util/randfile\" -c rand.c
+ $(CC) $(CFLAGS) -DRAND_FILE=\"${PREFIX}/share/fbm/randfile\" -c rand.c