1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Make Bash obey ${PREFIX}

This commit is contained in:
David E. O'Brien 1997-08-21 07:03:49 +00:00
parent 467fe3639a
commit ddbd7c0b92
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7636

View 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 = .