mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
30 lines
989 B
Plaintext
30 lines
989 B
Plaintext
--- makefiles/mk.site.default.orig Wed Oct 30 22:25:12 1996
|
|
+++ makefiles/mk.site.default Sun Dec 15 10:34:46 1996
|
|
@@ -12,7 +12,7 @@
|
|
# running 'make install'.
|
|
# TAKE CARE that no blank characters follow after the name you enter here.
|
|
|
|
-GEOMROOT=
|
|
+GEOMROOT= ${PREFIX}/share/geomview
|
|
|
|
# NOTE: The variable MACHTYPE has already been set by the time this file
|
|
# is read; it's the type of computer we're on ("sgi" or "next").
|
|
@@ -22,7 +22,7 @@
|
|
# programs are to be installed. This should be a directory that is on
|
|
# users' $path, like /usr/local/bin.
|
|
|
|
-BINDIR = /usr/local/bin
|
|
+BINDIR= ${PREFIX}/bin
|
|
|
|
# MMAPACKAGEDIR should be the pathname of the directory into which the
|
|
# Mathematica packages (OOGL.m, etc.) are to be installed. This should be some
|
|
@@ -48,7 +48,7 @@
|
|
# manual pages are to be installed. The man pages will actually go into
|
|
# subdirectories of this directory with names like "man1", "cat1", etc.
|
|
|
|
-MANDIR = /usr/local/man
|
|
+MANDIR= ${PREFIX}/man
|
|
|
|
# NOTE:
|
|
#
|