mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
19 lines
626 B
Diff
19 lines
626 B
Diff
--- Makefile.macosx 2022-01-15 08:57:52.000000000 -0500
|
|
+++ Makefile.macosx 2022-01-15 08:58:42.000000000 -0500
|
|
@@ -1,10 +1,10 @@
|
|
### Installation paths and compiled-in defaults
|
|
#
|
|
-DIR_BIN = /usr/local/bin
|
|
-DIR_SBIN = /usr/local/sbin
|
|
-DIR_ETC = /usr/local/etc/openradius
|
|
-DIR_LIB = /usr/local/lib/openradius
|
|
-FILE_LOG = /var/log/openradius.log
|
|
+DIR_BIN = $(DESTDIR)__PREFIX__/bin
|
|
+DIR_SBIN = $(DESTDIR)__PREFIX__/sbin
|
|
+DIR_ETC = $(DESTDIR)__PREFIX__/etc/openradius
|
|
+DIR_LIB = $(DESTDIR)__PREFIX__/lib/openradius
|
|
+FILE_LOG = $(DESTDIR)__PREFIX__/var/log/openradius.log
|
|
|
|
|
|
### Modules that will be built and installed
|