freebsd-ports/sysutils/bksh/files/patch-Makefile
Erwin Lansing 6790aafae5 Fix build after DESTDIR patch.
Submitted by:	gabor
2006-08-05 10:33:44 +00:00

10 lines
222 B
Text

--- 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)