aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-08-05 10:33:44 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-08-05 10:33:44 +0000
commit6790aafae561a3d480748ff9fd37f649aa9d7cef (patch)
tree70878f5eb00afb9383cfabb36d30c378a08fe40b /sysutils
parent9e084ba1664d0802761c0d7c09a23eecb51f9da8 (diff)
downloadports-6790aafae561a3d480748ff9fd37f649aa9d7cef.tar.gz
ports-6790aafae561a3d480748ff9fd37f649aa9d7cef.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/bksh/files/patch-Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/bksh/files/patch-Makefile b/sysutils/bksh/files/patch-Makefile
new file mode 100644
index 000000000000..3b9c899c32e2
--- /dev/null
+++ b/sysutils/bksh/files/patch-Makefile
@@ -0,0 +1,10 @@
+--- Makefile.orig Sat Aug 5 11:56:42 2006
++++ Makefile Sat Aug 5 11:56:58 2006
+@@ -1,5 +1,7 @@
+ .include "local.mk"
+
++BINDIR= ${PREFIX}/bin
++
+ # Stolen from bsd.port.mk
+ # Get __FreeBSD_version
+ .if !defined(OSVERSION)