1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/sysutils/bksh/files/patch-Makefile
Gabor Kovesdan 42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00

12 lines
232 B
Plaintext

--- 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
# Get __FreeBSD_version
.if !defined(OSVERSION)