diff options
author | Diane Bruce <db@FreeBSD.org> | 2009-06-05 19:13:57 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2009-06-05 19:13:57 +0000 |
commit | fc95c37a3f216078dedfb9b025bfe76e5783d13b (patch) | |
tree | 4a8d24caa63547f1d3529dff60ce71d7152ce15c /comms | |
parent | 8177448b5eec5a5088d3ad7b2bc5090a300c282f (diff) |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/hf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/hf/Makefile b/comms/hf/Makefile index 0a01f7833b48..d6bede1e7b91 100644 --- a/comms/hf/Makefile +++ b/comms/hf/Makefile @@ -29,7 +29,9 @@ CONFLICTS= sysutils/lbl-hf-1.* post-configure: @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|' \ - ${WRKSRC}/hfkernel/Makefile + ${WRKSRC}/hfkernel/Makefile + @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \ + ${WRKSRC}/util/reffreq.c ${WRKSRC}/scripts/Makefile post-install: @${ECHO} "" |