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