inform newlib-depends-check about the repository location

(needs RECENT newlib-depends-check).
This commit is contained in:
espie 2005-03-06 12:03:58 +00:00
parent 9a9edc96a1
commit 8542abc56d

View File

@ -1,6 +1,6 @@
#-*- mode: Makefile; tab-width: 4; -*-
# ex:ts=4 sw=4 filetype=make:
# $OpenBSD: bsd.port.mk,v 1.681 2005/01/31 10:12:24 espie Exp $
# $OpenBSD: bsd.port.mk,v 1.682 2005/03/06 12:03:58 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 $
#
@ -1381,7 +1381,7 @@ _NEWLIB_DEPENDS_FLAGS=
. endif
_internal-lib-depends-check _internal-newlib-depends-check: ${_PACKAGE_COOKIES}
@perl ${PORTSDIR}/infrastructure/package/check-newlib-depends \
${_NEWLIB_DEPENDS_FLAGS} ${_PACKAGE_COOKIES}
${_NEWLIB_DEPENDS_FLAGS} -d ${PKGREPOSITORY} ${_PACKAGE_COOKIES}
_internal-manpages-check: ${_FAKE_COOKIE}
@cd ${WRKINST}${TRUEPREFIX}/man && \