diff options
Diffstat (limited to 'sysutils/bksh/files/patch-Makefile')
-rw-r--r-- | sysutils/bksh/files/patch-Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/bksh/files/patch-Makefile b/sysutils/bksh/files/patch-Makefile index 3b9c899c32e2..e06cf3338507 100644 --- a/sysutils/bksh/files/patch-Makefile +++ b/sysutils/bksh/files/patch-Makefile @@ -1,8 +1,9 @@ ---- Makefile.orig Sat Aug 5 11:56:42 2006 -+++ Makefile Sat Aug 5 11:56:58 2006 -@@ -1,5 +1,7 @@ +--- Makefile.orig Mon Jun 23 03:11:57 2003 ++++ Makefile Sat Aug 4 00:32:00 2007 +@@ -1,5 +1,8 @@ .include "local.mk" ++DESTDIR= +BINDIR= ${PREFIX}/bin + # Stolen from bsd.port.mk |