Depend on the `package' target of subpackages for installing fake packages.
This means that sub packages *won't* be installed, except as an effect of pkg_add... Helps finding problems with pkg_add.
This commit is contained in:
parent
cec50f3a08
commit
14b5082c96
@ -1,6 +1,6 @@
|
||||
#-*- mode: Fundamental; tab-width: 4; -*-
|
||||
# ex:ts=4 sw=4 filetype=make:
|
||||
FULL_REVISION=$$OpenBSD: bsd.port.mk,v 1.240 2000/03/29 15:59:50 espie Exp $$
|
||||
FULL_REVISION=$$OpenBSD: bsd.port.mk,v 1.241 2000/03/29 16:34:45 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 $
|
||||
#
|
||||
@ -1503,7 +1503,7 @@ ${_FAKE_COOKIE}: ${_BUILD_COOKIE}
|
||||
@${_MAKE_COOKIE} ${_FAKE_COOKIE}
|
||||
|
||||
${_INSTALL_COOKIE}: ${_PACKAGE_COOKIE}
|
||||
@cd ${.CURDIR} && make run-depends lib-depends
|
||||
@cd ${.CURDIR} && make run-depends lib-depends DEPENDS_TARGET=package
|
||||
@${ECHO_MSG} "===> Installing ${PKGNAME} from ${PKGFILE}"
|
||||
# Kludge
|
||||
.if defined(USE_IMAKE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user