mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
9b04d6a866
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>
9 lines
293 B
Makefile
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
|