into the NetBSD packages collection. This is from Johnny C. Lam, in PR pkg/5002. Minor fixes by me to the PLIST file for the location of two files (libexec not lib).
26 lines
656 B
Text
26 lines
656 B
Text
--- Makefile.inc.orig Tue Jul 29 02:58:19 1997
|
|
+++ Makefile.inc Mon Feb 16 21:05:32 1998
|
|
@@ -2,10 +2,10 @@
|
|
|
|
# Edit MOSMLHOME, CPP and STRIP to suit your installation
|
|
|
|
-MOSMLHOME=${HOME}/mosml
|
|
+MOSMLHOME=${PREFIX}
|
|
|
|
# For Linux and other well-behaved systems, use:
|
|
-CPP=/lib/cpp -P -traditional -Dunix -Umsdos
|
|
+CPP=/usr/bin/cpp -P -traditional
|
|
STRIP=strip
|
|
|
|
# For HP-UX, use instead:
|
|
@@ -23,8 +23,8 @@
|
|
# LIBDIR contains bytecode files (such as mosmlcmp and library units)
|
|
|
|
BINDIR=${MOSMLHOME}/bin
|
|
-LIBDIR=${MOSMLHOME}/lib
|
|
-TOOLDIR=${MOSMLHOME}/tools
|
|
+LIBDIR=${MOSMLHOME}/lib/moscow_ml
|
|
+TOOLDIR=${MOSMLHOME}/libexec/moscow_ml
|
|
|
|
CAMLRT=../runtime
|
|
|