diff options
author | db <db@FreeBSD.org> | 2009-06-06 03:13:57 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2009-06-06 03:13:57 +0800 |
commit | 2304db15a0c992d7c69cfbecb24ebac2bef6e35b (patch) | |
tree | b6d34da71debaa1c3e9b6e0f593ef67bef653337 /comms/hf | |
parent | 9646c811fd079b7d4d0cb41aaa60f6345c995a79 (diff) | |
download | freebsd-ports-gnome-2304db15a0c992d7c69cfbecb24ebac2bef6e35b.tar.gz freebsd-ports-gnome-2304db15a0c992d7c69cfbecb24ebac2bef6e35b.tar.zst freebsd-ports-gnome-2304db15a0c992d7c69cfbecb24ebac2bef6e35b.zip |
- Fix PREFIX PPP
Notified by: itetcu
Diffstat (limited to 'comms/hf')
-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} "" |