summaryrefslogtreecommitdiff
path: root/devel/autoconf
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1997-11-13 14:37:24 +0000
committerhubertf <hubertf@pkgsrc.org>1997-11-13 14:37:24 +0000
commitd3a1cfd8e35e6604ab4811d7664558d3054222c0 (patch)
treea1a3d97330028769a59db934a1a5ba58e70a2570 /devel/autoconf
parentc09c394a984906b9ec08370a5200a0634b4507e9 (diff)
downloadpkgsrc-d3a1cfd8e35e6604ab4811d7664558d3054222c0.tar.gz
Do not depend on "install-info", but on "${PREFIX}/bin/install-info",
to make sure we do have ${PREFIX}/info/dir (which comes with out gtexinfo).
Diffstat (limited to 'devel/autoconf')
-rw-r--r--devel/autoconf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile
index 929914aef33..e8c0bed27a9 100644
--- a/devel/autoconf/Makefile
+++ b/devel/autoconf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1997/10/09 09:22:30 agc Exp $
+# $NetBSD: Makefile,v 1.4 1997/11/13 14:37:24 hubertf Exp $
# New ports collection makefile for: autoconf
# Version required: 2.12
# Date created: 7 October 1995
@@ -21,7 +21,7 @@ CONFIGURE_ENV= M4=${PREFIX}/bin/gm4
OPSYS!= uname -s
.if (${OPSYS} == "NetBSD")
-BUILD_DEPENDS= install-info:${PORTSDIR}/devel/gtexinfo
+BUILD_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo
.endif
post-install: