mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
42542fb076
fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
12 lines
232 B
Plaintext
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)
|