diff options
author | tv <tv> | 1998-04-19 13:14:19 +0000 |
---|---|---|
committer | tv <tv> | 1998-04-19 13:14:19 +0000 |
commit | c699b125ef17ee0f727eec50af4c2217e2da8d81 (patch) | |
tree | 0c55466c0f0de86de3c7ce6243e3e6ff571d2215 | |
parent | 2fef37de90689dede312c105243d5ff64123a220 (diff) | |
download | pkgsrc-c699b125ef17ee0f727eec50af4c2217e2da8d81.tar.gz |
Find install-info in ${LOCALBASE}/bin. pkg people are adamant about this
in order to keep the info directory in ${LOCALBASE}/info.
-rw-r--r-- | mk/bsd.pkg.mk | 6 |
1 files changed, 3 insertions, 3 deletions
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 |