diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-08-04 11:41:30 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-08-04 11:41:30 +0000 |
commit | 42542fb07642b8336e808272918f3ae46aa67e0b (patch) | |
tree | 98ff235c33c6493aa26457284f122652c38935f7 /sysutils/bksh | |
parent | 4c9cd257fd4e6eca46807a43e128d298429ee3cd (diff) |
Notes
Diffstat (limited to 'sysutils/bksh')
-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 |