diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-03-31 10:02:09 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-03-31 10:02:09 +0000 |
commit | 99b93fc4604118a27ca946a1e7cc68be1c7cdfae (patch) | |
tree | a5be7ddc4014e789d359dbc3e9cacff12de759a4 /Mk | |
parent | 06c5c3f70d858281e668b7cd5203f53e93f7edb3 (diff) | |
download | ports-99b93fc4604118a27ca946a1e7cc68be1c7cdfae.tar.gz ports-99b93fc4604118a27ca946a1e7cc68be1c7cdfae.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 04ea3637ada9..629b2d9fd849 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.195 1996/03/06 08:14:26 asami Exp $ +# $Id: bsd.port.mk,v 1.196 1996/03/10 08:26:21 asami Exp $ # # Please view me with 4 column tabs! @@ -194,6 +194,7 @@ # tree we are and thus can't go relative. They can, of course, be overridden # by individual Makefiles. PORTSDIR?= ${DESTDIR}/usr/ports +LOCAL_PREFIX?= /usr/local X11BASE?= /usr/X11R6 DISTDIR?= ${PORTSDIR}/distfiles/${DIST_SUBDIR} PACKAGES?= ${PORTSDIR}/packages @@ -214,7 +215,7 @@ PKGDIR?= ${.CURDIR}/pkg .if defined(USE_IMAKE) || defined(USE_X11) PREFIX?= ${X11BASE} .else -PREFIX?= /usr/local +PREFIX?= ${LOCAL_PREFIX} .endif # The following 4 lines should go away as soon as the ports are all updated .if defined(EXEC_DEPENDS) |