aboutsummaryrefslogtreecommitdiff
path: root/comms/hf
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2009-06-05 19:13:57 +0000
committerDiane Bruce <db@FreeBSD.org>2009-06-05 19:13:57 +0000
commitfc95c37a3f216078dedfb9b025bfe76e5783d13b (patch)
tree4a8d24caa63547f1d3529dff60ce71d7152ce15c /comms/hf
parent8177448b5eec5a5088d3ad7b2bc5090a300c282f (diff)
downloadports-fc95c37a3f216078dedfb9b025bfe76e5783d13b.tar.gz
ports-fc95c37a3f216078dedfb9b025bfe76e5783d13b.zip
- Fix PREFIX PPP
Notified by: itetcu
Notes
Notes: svn path=/head/; revision=235222
Diffstat (limited to 'comms/hf')
-rw-r--r--comms/hf/Makefile4
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} ""