diff options
author | jmc <jmc> | 2002-02-18 10:25:04 +0000 |
---|---|---|
committer | jmc <jmc> | 2002-02-18 10:25:04 +0000 |
commit | 5b38c6202481600715fc8952c713396005b7a5a4 (patch) | |
tree | 428bfd6b974c4249c85aeb6bb477b900dec8451b /devel/cssc | |
parent | 2b1b803d150794709328d2df1492a0939b4bdfa2 (diff) | |
download | pkgsrc-5b38c6202481600715fc8952c713396005b7a5a4.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/Makefile | 4 |
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" |