From fc95c37a3f216078dedfb9b025bfe76e5783d13b Mon Sep 17 00:00:00 2001 From: Diane Bruce Date: Fri, 5 Jun 2009 19:13:57 +0000 Subject: - Fix PREFIX PPP Notified by: itetcu --- comms/hf/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'comms') 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} "" -- cgit v1.2.3