aboutsummaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1997-08-21 15:03:49 +0800
committerobrien <obrien@FreeBSD.org>1997-08-21 15:03:49 +0800
commit185a499ff21eb311004f52bdf3f1285c9aabf128 (patch)
treea1f12ce4981081b8e57790077967b7b9f1e3b7b8 /shells
parentd1bf94824fd6d2c4064bc3d4cb505bc50ffef022 (diff)
downloadfreebsd-ports-gnome-185a499ff21eb311004f52bdf3f1285c9aabf128.tar.gz
freebsd-ports-gnome-185a499ff21eb311004f52bdf3f1285c9aabf128.tar.zst
freebsd-ports-gnome-185a499ff21eb311004f52bdf3f1285c9aabf128.zip
Make Bash obey ${PREFIX}
Diffstat (limited to 'shells')
-rw-r--r--shells/bash1/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/shells/bash1/files/patch-aa b/shells/bash1/files/patch-aa
new file mode 100644
index 000000000000..44de65ec4a75
--- /dev/null
+++ b/shells/bash1/files/patch-aa
@@ -0,0 +1,11 @@
+--- Makefile.orig Sun Jun 11 11:41:48 1995
++++ Makefile Wed Aug 13 00:41:35 1997
+@@ -10,7 +10,7 @@
+ # If you haven't read README, now might be a good time.
+
+ # Include some boilerplate Gnu makefile definitions.
+-prefix = /usr/local
++prefix = $(PREFIX)
+ exec_prefix = $(prefix)
+ bindir = $(exec_prefix)/bin
+ srcdir = .