diff options
-rw-r--r-- | sysutils/bksh/files/patch-Makefile | 10 |
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) |