1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169727

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)