diff options
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} "" |