Fix double describe for MULTI_PACKAGES
This commit is contained in:
parent
7b081f4b61
commit
853cd0fdd7
@ -1,6 +1,6 @@
|
||||
#-*- mode: Fundamental; tab-width: 4; -*-
|
||||
# ex:ts=4 sw=4 filetype=make:
|
||||
FULL_REVISION=$$OpenBSD: bsd.port.mk,v 1.409 2001/05/19 20:07:00 espie Exp $$
|
||||
FULL_REVISION=$$OpenBSD: bsd.port.mk,v 1.410 2001/05/22 11:46:17 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 $
|
||||
#
|
||||
@ -2240,13 +2240,13 @@ describe:
|
||||
. else
|
||||
@echo "?"
|
||||
. endif
|
||||
. if defined(MULTI_PACKAGES) && empty(SUBPACKAGE)
|
||||
. for _sub in ${MULTI_PACKAGES}
|
||||
@cd ${.CURDIR} && SUBPACKAGE='${_sub}' FLAVOR='${FLAVOR}' PACKAGING=true exec ${MAKE} describe
|
||||
. endfor
|
||||
. endif
|
||||
. endif
|
||||
.endif
|
||||
. if defined(MULTI_PACKAGES) && empty(SUBPACKAGE)
|
||||
. for _sub in ${MULTI_PACKAGES}
|
||||
@cd ${.CURDIR} && SUBPACKAGE='${_sub}' FLAVOR='${FLAVOR}' PACKAGING=true exec ${MAKE} describe
|
||||
. endfor
|
||||
. endif
|
||||
|
||||
|
||||
README.html:
|
||||
|
Loading…
x
Reference in New Issue
Block a user