diff options
author | Wolfgang Hommel <wolf@code-wizards.com> | 2013-10-03 17:58:01 +0200 |
---|---|---|
committer | Wolfgang Hommel <wolf@code-wizards.com> | 2013-10-03 17:58:01 +0200 |
commit | 0b1845c36dfef0901351bf7f35af05cd3398fc9e (patch) | |
tree | 19035524fba67ce01361e3aed93a9154106d5360 | |
parent | 6dcde9c4d9ba51deda395e6808c3e394d374f116 (diff) | |
download | faketime-ng-0b1845c36dfef0901351bf7f35af05cd3398fc9e.tar.gz |
Update default PREFIX on OSX
-rw-r--r-- | man/Makefile.OSX | 2 | ||||
-rw-r--r-- | src/Makefile.OSX | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man/Makefile.OSX b/man/Makefile.OSX index 802614e..2afaa16 100644 --- a/man/Makefile.OSX +++ b/man/Makefile.OSX @@ -1,6 +1,6 @@ INSTALL ?= install -PREFIX ?= /usr/local +PREFIX ?= /opt/local all: diff --git a/src/Makefile.OSX b/src/Makefile.OSX index 4d11c5f..633a6ae 100644 --- a/src/Makefile.OSX +++ b/src/Makefile.OSX @@ -40,7 +40,7 @@ CC ?= clang INSTALL = install -PREFIX ?= /usr/local +PREFIX ?= /opt/local # If you get an error about an unsupported architecture, remove it. Some # versions of XCode support different subsets of architectures, depending on |