append /usr/local/bin and /usr/X11R6/bin to PATH during ports builds

This commit is contained in:
niklas 1997-12-17 10:06:45 +00:00
parent 7d63532cd5
commit 0078145ff9

View File

@ -1,6 +1,6 @@
#-*- mode: Fundamental; tab-width: 4; -*-
# ex:ts=4
# $OpenBSD: bsd.port.mk,v 1.18 1997/12/04 08:26:23 niklas Exp $
# $OpenBSD: bsd.port.mk,v 1.19 1997/12/17 10:06:45 niklas Exp $
# $NetBSD: $
#
# bsd.port.mk - 940820 Jordan K. Hubbard.
@ -582,7 +582,7 @@ READLINK?= /usr/bin/readlink
RM?= /bin/rm
RMDIR?= /bin/rmdir
SED?= /usr/bin/sed
SETENV?= /usr/bin/env
SETENV?= /usr/bin/env PATH=${PATH}:${X11BASE}/bin:${LOCALBASE}/bin
SH?= /bin/sh
TR?= /usr/bin/tr