mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
lathes, 3d printers, laser cutters, plasma cutters, robot arms, hexapods, and more. - Accepts G-code input, drives CNC machines in response. - Active user community. - Several different GUIs available. - Compatible with many popular machine control hardware interfaces. - Supports rigid tapping, cutter compensation, and many other advanced control features. WARNING: This port is simulation-only for now. WWW: http://linuxcnc.org/
11 lines
389 B
PHP
11 lines
389 B
PHP
--- src/Makefile.inc.in.orig 2016-06-25 02:19:12 UTC
|
|
+++ src/Makefile.inc.in
|
|
@@ -62,7 +62,7 @@ LANGUAGES = @LANGUAGES@
|
|
|
|
#still needs discussion
|
|
# do we really need these?
|
|
-initd_dir = /etc/init.d
|
|
+initd_dir = ${prefix}/etc/rc.d
|
|
docsdir = ${prefix}/share/doc/linuxcnc
|
|
sampleconfsdir = ${prefix}/share/doc/linuxcnc/examples/sample-configs
|
|
ncfilesdir = ${prefix}/share/linuxcnc/ncfiles
|