mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 13:29:24 -04:00
the realtime ARQ modes pactor 1, amtor, gtor without a ptc, only with a soundcard and a pc and linux(FreeBSD), all of which need not be the newest. The core of hf, the heart of the program (hfkernel) is a real master-piece of code, it has originally been made by Tom Sailer, many thanks Tom! hf can also do MT63 and has a CW elbug function. WWW: http://www.hf.webmasternet.org - Diane Bruce, VA3DB db@db.net PR: ports/101452 Submitted by: db
20 lines
714 B
Text
20 lines
714 B
Text
--- scripts/Makefile.in.orig Sun Mar 27 13:18:15 2005
|
|
+++ scripts/Makefile.in Sun Jul 30 23:14:54 2006
|
|
@@ -157,7 +157,7 @@
|
|
target_cpu = @target_cpu@
|
|
target_os = @target_os@
|
|
target_vendor = @target_vendor@
|
|
-configdir = /etc
|
|
+configdir = /usr/local/etc
|
|
scripts = hf hftcp ratetry
|
|
configfiles = hf.conf
|
|
EXTRA_DIST = $(configfiles) $(scripts) testtest htmlup
|
|
@@ -314,7 +314,7 @@
|
|
install:
|
|
$(mkinstalldirs) $(DESTDIR)$(configdir)
|
|
|
|
- $(INSTALL_DATA) $(configfiles) $(DESTDIR)$(configdir)
|
|
+ $(INSTALL_DATA) $(configfiles) $(DESTDIR)$(configdir)/hf.conf.samp
|
|
$(mkinstalldirs) $(DESTDIR)$(bindir)
|
|
$(INSTALL) $(scripts) $(DESTDIR)$(bindir)
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|