small mirror-maker tweaks:
- there's no need for :: on pure dependencies, : works just fine for accumulating (and :: is not 100% standard on all systems) - append directly to _FETCH_MAKEFILE_NAMES. This avoids an untidy blank space
This commit is contained in:
parent
e67d892dd3
commit
ef63e25ff6
@ -1,6 +1,6 @@
|
|||||||
#-*- mode: Makefile; tab-width: 4; -*-
|
#-*- mode: Makefile; tab-width: 4; -*-
|
||||||
# ex:ts=4 sw=4 filetype=make:
|
# ex:ts=4 sw=4 filetype=make:
|
||||||
# $OpenBSD: bsd.port.mk,v 1.968 2009/07/13 12:21:44 espie Exp $
|
# $OpenBSD: bsd.port.mk,v 1.969 2009/07/15 23:44:36 espie Exp $
|
||||||
# $FreeBSD: bsd.port.mk,v 1.264 1996/12/25 02:27:44 imp 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 $
|
# $NetBSD: bsd.port.mk,v 1.62 1998/04/09 12:47:02 hubertf Exp $
|
||||||
#
|
#
|
||||||
@ -353,7 +353,6 @@ SUBPACKAGE ?= -
|
|||||||
SUBPACKAGE ?= -main
|
SUBPACKAGE ?= -main
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
_FETCH_MAKEFILE_NAMES =
|
|
||||||
FLAVOR ?=
|
FLAVOR ?=
|
||||||
FLAVORS ?=
|
FLAVORS ?=
|
||||||
PSEUDO_FLAVORS ?=
|
PSEUDO_FLAVORS ?=
|
||||||
@ -2494,7 +2493,7 @@ _fetch-makefile:
|
|||||||
. if ${PERMIT_DISTFILES_CDROM:L} == "yes"
|
. if ${PERMIT_DISTFILES_CDROM:L} == "yes"
|
||||||
@echo -n " cdrom"
|
@echo -n " cdrom"
|
||||||
. endif
|
. endif
|
||||||
@echo ":: ${_FETCH_MAKEFILE_NAMES}"
|
@echo ": ${_FETCH_MAKEFILE_NAMES}"
|
||||||
# write generic package dependencies
|
# write generic package dependencies
|
||||||
@echo ".PHONY: ${_FETCH_MAKEFILE_NAMES}"
|
@echo ".PHONY: ${_FETCH_MAKEFILE_NAMES}"
|
||||||
. if ${RECURSIVE_FETCH_LIST:L} == "yes"
|
. if ${RECURSIVE_FETCH_LIST:L} == "yes"
|
||||||
|
Loading…
Reference in New Issue
Block a user