mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Make Bash obey ${PREFIX}
This commit is contained in:
parent
467fe3639a
commit
ddbd7c0b92
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7636
1 changed files with 11 additions and 0 deletions
11
shells/bash1/files/patch-aa
Normal file
11
shells/bash1/files/patch-aa
Normal file
|
@ -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 = .
|
Loading…
Add table
Reference in a new issue