Fix build after DESTDIR patch.

Submitted by:	gabor
This commit is contained in:
Erwin Lansing 2006-08-05 10:33:44 +00:00
parent 9e084ba166
commit 6790aafae5

View file

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