diff options
author | ache <ache@FreeBSD.org> | 1994-09-19 08:41:03 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-09-19 08:41:03 +0800 |
commit | bfecbc2eb75830b0bad28b4d0468c0b45a38446a (patch) | |
tree | 05fe6d49d83fcde85592ede966e8c35c65a54bbf /Mk/bsd.port.mk | |
parent | f620735cf124b02e2a0700ff877d8d029107a369 (diff) | |
download | freebsd-ports-gnome-bfecbc2eb75830b0bad28b4d0468c0b45a38446a.tar.gz freebsd-ports-gnome-bfecbc2eb75830b0bad28b4d0468c0b45a38446a.tar.zst freebsd-ports-gnome-bfecbc2eb75830b0bad28b4d0468c0b45a38446a.zip |
DESTDIR added to PORTSDIR definition
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 0ed578326146..2eaa92185794 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -3,7 +3,7 @@ # bsd.port.mk - 940820 Jordan K. Hubbard. # This file is in the public domain. # -# $Id: bsd.port.mk,v 1.36 1994/09/13 08:40:27 jkh Exp $ +# $Id: bsd.port.mk,v 1.37 1994/09/14 15:30:44 jkh Exp $ # # Please view me with 4 column tabs! @@ -79,7 +79,7 @@ # These need to be absolute since we don't know how deep in the ports # tree we are and thus can't go relative. They can, of course, be overridden # by individual Makefiles. -PORTSDIR?= /usr/ports +PORTSDIR?= ${DESTDIR}/usr/ports DISTDIR?= ${PORTSDIR}/distfiles PACKAGES?= ${PORTSDIR}/packages WRKDIR?= ${.CURDIR}/work |