[MLton-commit] r5494

jlouis at mlton.org jlouis at mlton.org
Thu Apr 5 05:57:45 PDT 2007


; Update the Makefile PREFIX variable to /usr/local on FreeBSD

FreeBSD follows the convention in hier(7) that 3rd party software
be installed in /usr/local. Thus, change this to be the correct
install location.


----------------------------------------------------------------------

U   mlton/trunk/Makefile

----------------------------------------------------------------------

Modified: mlton/trunk/Makefile
===================================================================
--- mlton/trunk/Makefile	2007-04-05 08:58:32 UTC (rev 5493)
+++ mlton/trunk/Makefile	2007-04-05 12:57:44 UTC (rev 5494)
@@ -366,6 +366,9 @@
 ifeq ($(TARGET_OS), darwin)
 PREFIX := /usr/local
 endif
+ifeq ($(TARGET_OS), freebsd)
+PREFIX := /usr/local
+endif
 ifeq ($(TARGET_OS), mingw)
 PREFIX := /mingw
 endif




More information about the MLton-commit mailing list