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 | 4f86bcfec5555230da41b4d94c900395b16b4141 (patch) | |
tree | 0f05903ff61fcd859ec72aa544fa1e5eda653bf6 /math/octave/PLIST | |
parent | 52ba4711325c7f3c8cef95c685f630d8d52447fd (diff) | |
download | pkgsrc-4f86bcfec5555230da41b4d94c900395b16b4141.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 |