diff options
author | wennmach <wennmach> | 2001-05-31 12:56:53 +0000 |
---|---|---|
committer | wennmach <wennmach> | 2001-05-31 12:56:53 +0000 |
commit | b016bd17278eb571ddb485c9f235ce19bb5ecfb6 (patch) | |
tree | 60f82ca8be6a39d1ad1d0cc28312573b54103311 /math/octave-current | |
parent | 77747ccfc6acf90daca4fc2eec7dff47845a046a (diff) | |
download | pkgsrc-b016bd17278eb571ddb485c9f235ce19bb5ecfb6.tar.gz |
Install an additional (useful) HTML page.
Via patch from Masao Uebayashi <ueubayasi@soum.co.jp>
Diffstat (limited to 'math/octave-current')
-rw-r--r-- | math/octave-current/Makefile | 4 | ||||
-rw-r--r-- | math/octave-current/pkg/PLIST | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/math/octave-current/Makefile b/math/octave-current/Makefile index 725e27f504e..e6c47b3961b 100644 --- a/math/octave-current/Makefile +++ b/math/octave-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/04/22 23:49:55 jtb Exp $ +# $NetBSD: Makefile,v 1.10 2001/05/31 12:56:53 wennmach Exp $ DISTNAME= octave-2.1.33 PKGNAME= octave-2.1.34 @@ -43,7 +43,7 @@ OCTAVE_DOC= faq/Octave-FAQ.ps interpreter/octave.ps \ liboctave/liboctave.ps refcard/refcard-a4.ps \ refcard/refcard-legal.ps refcard/refcard-letter.ps OCTAVE_HTML= faq/Octave-FAQ_toc.html interpreter/octave_*.html \ - liboctave/liboctave_*.html + interpreter/octave.html liboctave/liboctave_*.html post-patch: @cd ${WRKSRC}/libcruft/misc && ${RM} -f xstopx.f dostop.c diff --git a/math/octave-current/pkg/PLIST b/math/octave-current/pkg/PLIST index 021bfe973bf..73c6173b016 100644 --- a/math/octave-current/pkg/PLIST +++ b/math/octave-current/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2001/04/22 23:49:55 jtb Exp $ +@comment $NetBSD: PLIST,v 1.7 2001/05/31 12:56:54 wennmach Exp $ bin/mkoctfile bin/mkoctfile-2.1.34 bin/octave @@ -899,6 +899,7 @@ share/doc/html/octave/liboctave_7.html share/doc/html/octave/liboctave_8.html share/doc/html/octave/liboctave_9.html share/doc/html/octave/liboctave_toc.html +share/doc/html/octave/octave.html share/doc/html/octave/octave_1.html share/doc/html/octave/octave_10.html share/doc/html/octave/octave_11.html |