From c699b125ef17ee0f727eec50af4c2217e2da8d81 Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 19 Apr 1998 13:14:19 +0000 Subject: Find install-info in ${LOCALBASE}/bin. pkg people are adamant about this in order to keep the info directory in ${LOCALBASE}/info. --- mk/bsd.pkg.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mk') diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index f4bc8a3083a..7b461eeeb24 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,7 +1,7 @@ #-*- mode: Fundamental; tab-width: 4; -*- # ex:ts=4 # -# $NetBSD: bsd.pkg.mk,v 1.66 1998/04/19 12:48:07 hubertf Exp $ +# $NetBSD: bsd.pkg.mk,v 1.67 1998/04/19 13:14:19 tv Exp $ # # This file is derived from bsd.port.mk - 940820 Jordan K. Hubbard. # This file is in the public domain. @@ -439,8 +439,8 @@ RUN_DEPENDS+= perl5.00404:${PORTSDIR}/lang/perl5 USE_GTEXINFO= yes .endif .if defined(USE_GTEXINFO) -BUILD_DEPENDS+= install-info:${PORTSDIR}/devel/gtexinfo -RUN_DEPENDS+= install-info:${PORTSDIR}/devel/gtexinfo +BUILD_DEPENDS+= ${LOCALBASE}/bin/install-info:${PORTSDIR}/devel/gtexinfo +RUN_DEPENDS+= ${LOCALBASE}/bin/install-info:${PORTSDIR}/devel/gtexinfo .endif -- cgit v1.2.3