summaryrefslogtreecommitdiff
path: root/devel/cssc
diff options
context:
space:
mode:
authorjmc <jmc@pkgsrc.org>2002-02-18 10:25:04 +0000
committerjmc <jmc@pkgsrc.org>2002-02-18 10:25:04 +0000
commit0cd58a0704d15556a6d6d8bb2ff84b602eeb8117 (patch)
tree428bfd6b974c4249c85aeb6bb477b900dec8451b /devel/cssc
parent3516754c8c0f041fe0cbb9a9c4974fb7ce9add0b (diff)
downloadpkgsrc-0cd58a0704d15556a6d6d8bb2ff84b602eeb8117.tar.gz
This depends on gtexinfo which installs makeinfo as 'makeinfo'. The build
invokes makeinfo without a leading path which will pick up either the system one or the pkgsrc depending on the users path. To remain consistant force the patch to LOCALBASE/bin as the first component when building this as older versions of makeinfo cannot handle the doc files included here.
Diffstat (limited to 'devel/cssc')
-rw-r--r--devel/cssc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/cssc/Makefile b/devel/cssc/Makefile
index 5c13c9ff779..cca85b40fe9 100644
--- a/devel/cssc/Makefile
+++ b/devel/cssc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/01/29 11:57:59 seb Exp $
+# $NetBSD: Makefile,v 1.3 2002/02/18 10:25:04 jmc Exp $
#
DISTNAME= CSSC-0.13alpha.pl1a
@@ -16,4 +16,6 @@ WRKSRC= ${WRKDIR}/CSSC-0.13alpha.pl1
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-binary
+PATH= ${LOCALBASE}/bin:$$PATH
+
.include "../../mk/bsd.pkg.mk"