diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-20 18:15:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-20 18:15:37 +0000 |
commit | 741aecb60794fe08a7a2c61bfcc516bee56c6a2b (patch) | |
tree | 0f05903ff61fcd859ec72aa544fa1e5eda653bf6 /math/octave/PLIST | |
parent | 6132a5c7603ce3eb9c6eaaf83c45b47f9e30fa6d (diff) | |
download | pkgsrc-741aecb60794fe08a7a2c61bfcc516bee56c6a2b.tar.gz |
* Nuke all references to and definitions of INFO_DIR in package Makefiles
and replace with appropriate references to PKGINFODIR instead.
* Properly account for split info files during installation.
* Move info file listings directly into the package PLISTs.
This fixes info-file-related PLIST problems.
Diffstat (limited to 'math/octave/PLIST')
-rw-r--r-- | math/octave/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/octave/PLIST b/math/octave/PLIST index 936351b0405..c0faf168dc1 100644 --- a/math/octave/PLIST +++ b/math/octave/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2005/11/29 13:11:05 adam Exp $ +@comment $NetBSD: PLIST,v 1.12 2006/03/20 18:15:38 jlam Exp $ bin/mkoctfile bin/mkoctfile-${PKGVERSION} bin/octave @@ -550,6 +550,8 @@ include/octave-${PKGVERSION}/octave/vx-s-ccv.h include/octave-${PKGVERSION}/octave/vx-s-crv.h include/octave-${PKGVERSION}/octave/xdiv.h include/octave-${PKGVERSION}/octave/xpow.h +info/liboctave.info +info/octave.info lib/libcruft.la lib/liboctave.la lib/liboctinterp.la |