summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1998-04-19 02:49:46 +0000
committertv <tv@pkgsrc.org>1998-04-19 02:49:46 +0000
commitb5b15cdca86790127c5b5c862b40d5408b608e7b (patch)
tree6fe781219c09f356af6a9c9cd893f53372e99ec4 /mk
parentdeaf5b1429a699d172a82808225ea12fbc289e83 (diff)
downloadpkgsrc-b5b15cdca86790127c5b5c862b40d5408b608e7b.tar.gz
Find install-info in $PATH instead of specifying the absolute path, just
like USE_GMAKE and USE_PERL. Addresses PR #5317 and also fixes it for people who havve `install-info' in /usr/local.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 5a58748e15f..26c7334e7d4 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.64 1998/04/17 09:37:24 agc Exp $
+# $NetBSD: bsd.pkg.mk,v 1.65 1998/04/19 02:49:46 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+= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo
-RUN_DEPENDS+= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo
+BUILD_DEPENDS+= install-info:${PORTSDIR}/devel/gtexinfo
+RUN_DEPENDS+= install-info:${PORTSDIR}/devel/gtexinfo
.endif