Missed PORTSDIR in fetch-list.
This commit is contained in:
parent
5503443dd9
commit
a2df2dc131
@ -1,6 +1,6 @@
|
||||
#-*- mode: Fundamental; tab-width: 4; -*-
|
||||
# ex:ts=4 sw=4 filetype=make:
|
||||
FULL_REVISION=$$OpenBSD: bsd.port.mk,v 1.235 2000/03/26 15:59:41 espie Exp $$
|
||||
FULL_REVISION=$$OpenBSD: bsd.port.mk,v 1.236 2000/03/26 16:01:08 espie Exp $$
|
||||
# $FreeBSD: bsd.port.mk,v 1.264 1996/12/25 02:27:44 imp Exp $
|
||||
# $NetBSD: bsd.port.mk,v 1.62 1998/04/09 12:47:02 hubertf Exp $
|
||||
#
|
||||
@ -1776,7 +1776,7 @@ fetch-list-recursive:
|
||||
. if ${RECURSIVE_FETCH_LIST:L} != "no"
|
||||
@for dir in `echo ${_ALWAYS_DEP} ${_BUILD_DEP} ${_RUN_DEP} \
|
||||
| tr '\040' '\012' | sort -u`; do \
|
||||
cd $$dir; make fetch-list-recursive; \
|
||||
cd ${PORTSDIR} && cd $$dir && make fetch-list-recursive; \
|
||||
done
|
||||
. endif # ${RECURSIVE_FETCH_LIST} != "NO"
|
||||
.endif # !target(fetch-list-recursive)
|
||||
|
Loading…
x
Reference in New Issue
Block a user