aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-10-04 14:44:56 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-10-04 14:44:56 +0000
commited403359037364e3064e55e7be3c18454de366f6 (patch)
treed12cbdb182d6492745097c2c880ef9db3d3112da /share
parent70c0b54c8ae17ccd8b50bd720a91472398715cbd (diff)
Notes
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.port.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk
index 29aa0eaafadc3..99c4682711b7e 100644
--- a/share/mk/bsd.port.mk
+++ b/share/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.42 1994/10/03 13:45:03 jkh Exp $
+# $Id: bsd.port.mk,v 1.43 1994/10/03 14:38:27 jkh Exp $
#
# Please view me with 4 column tabs!
@@ -15,6 +15,7 @@
# PORTSDIR - The root of the ports tree (default: /usr/ports).
# DISTDIR - Where to get gzip'd, tarballed copies of original sources
# (default: ${PORTSDIR}/distfiles).
+# PREFIX - Where to install things in general (default: /usr/local).
# MASTER_SITES - Primary location(s) for distribution files if not found
# locally.
# PACKAGES - A top level directory where all packages go (rather than
@@ -80,6 +81,7 @@
# tree we are and thus can't go relative. They can, of course, be overridden
# by individual Makefiles.
PORTSDIR?= ${DESTDIR}/usr/ports
+PREFIX?= ${DESTDIR}/usr/local
DISTDIR?= ${PORTSDIR}/distfiles
PACKAGES?= ${PORTSDIR}/packages
WRKDIR?= ${.CURDIR}/work