Fix dependency problem linked to make's POSIX rules.
Reported by Camiel, thanks.
This commit is contained in:
parent
48eafe61d9
commit
6b10c1319a
@ -1,6 +1,6 @@
|
||||
#-*- mode: Fundamental; tab-width: 4; -*-
|
||||
# ex:ts=4 sw=4 filetype=make:
|
||||
FULL_REVISION=$$OpenBSD: bsd.port.mk,v 1.328 2000/09/12 02:52:01 marc Exp $$
|
||||
FULL_REVISION=$$OpenBSD: bsd.port.mk,v 1.329 2000/09/13 13:49:51 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 $
|
||||
#
|
||||
@ -1698,7 +1698,7 @@ ${_FAKE_COOKIE}: ${_BUILD_COOKIE}
|
||||
@${SUDO} ${_MAKE_COOKIE} ${_FAKE_COOKIE}
|
||||
|
||||
${_INSTALL_COOKIE}: ${_PACKAGE_COOKIE}
|
||||
@cd ${.CURDIR} && exec ${MAKE} run-depends lib-depends DEPENDS_TARGET=package
|
||||
@cd ${.CURDIR} && DEPENDS_TARGET=package exec ${MAKE} run-depends lib-depends
|
||||
@${ECHO_MSG} "===> Installing ${PKGNAME} from ${PKGFILE}"
|
||||
# Kludge
|
||||
.if ${CONFIGURE_STYLE:Mimake}
|
||||
|
Loading…
Reference in New Issue
Block a user