diff options
author | seb <seb@pkgsrc.org> | 2003-08-02 21:18:04 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-02 21:18:04 +0000 |
commit | 3985abc7afa0638344bb769a14efbbfea4e0cf51 (patch) | |
tree | 1a33b02c06206fcbf090a23bf875512b460ed0f3 /math/octave-current/Makefile | |
parent | 1b29fdd8d13b794a7ba4314af387b9d988044dcc (diff) | |
download | pkgsrc-3985abc7afa0638344bb769a14efbbfea4e0cf51.tar.gz |
Convert to USE_NEW_TEXINFO.
Add patch file to add an Info directory entry to liboctave.texi.
Remove now unnecessary patch files and trim one of its
"info" bits.
Diffstat (limited to 'math/octave-current/Makefile')
-rw-r--r-- | math/octave-current/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/octave-current/Makefile b/math/octave-current/Makefile index 6fa2a8e67de..a6d764dc880 100644 --- a/math/octave-current/Makefile +++ b/math/octave-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2003/08/02 20:25:27 seb Exp $ +# $NetBSD: Makefile,v 1.19 2003/08/02 21:18:04 seb Exp $ DISTNAME= octave-2.1.33 PKGNAME= octave-2.1.34 @@ -43,6 +43,8 @@ USE_GNU_READLINE= # defined BUILDLINK_DEPENDS.readline= readline>=4.0 LDFLAGS+= -L${BUILDLINK_PREFIX.readline}/lib +USE_NEW_TEXINFO= YES +USE_MAKEINFO= YES INFO_FILES= octave.info liboctave.info LIBOCTAVE_INFO= liboctave.info liboctave.info-1 \ liboctave.info-2 liboctave.info-3 @@ -69,5 +71,4 @@ post-install: .endfor .include "../../devel/readline/buildlink2.mk" -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" |