diff options
author | tron <tron> | 1998-11-26 08:40:13 +0000 |
---|---|---|
committer | tron <tron> | 1998-11-26 08:40:13 +0000 |
commit | 129edf3e6662f5b976ee525119c5cd47f5538fcc (patch) | |
tree | 5e14948041aa741deed645e7ba3153c0fdf844f8 /math | |
parent | fbddc686bab16cce65a535391163240a65dcad2b (diff) | |
download | pkgsrc-129edf3e6662f5b976ee525119c5cd47f5538fcc.tar.gz |
Fix typo in last commit.
Diffstat (limited to 'math')
-rw-r--r-- | math/octave/pkg/PLIST | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/math/octave/pkg/PLIST b/math/octave/pkg/PLIST index 962bf1fa630..ac08d1ef8fd 100644 --- a/math/octave/pkg/PLIST +++ b/math/octave/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 1998/11/26 08:38:54 tron Exp $ +@comment $NetBSD: PLIST,v 1.5 1998/11/26 08:40:13 tron Exp $ bin/octave bin/octave-bug bin/mkoctfile @@ -236,11 +236,11 @@ lib/octave-2.0.13/liboctave.a lib/octave-2.0.13/liboctinterp.a @exec ln -s octave-2.0.13 %D/lib/octave @unexec rm -f %D/lib/octave -libexec/octave/2.0.13/exec/${MACHINE_GNU_ARCH}/info-emacs-info -libexec/octave/2.0.13/exec/${MACHINE_GNU_ARCH}/info-emacs-octave-help -@exec mkdir -p %D/libexec/octave/2.0.13/oct/${MACHINE_GNU_ARCH} -@exec mkdir -p %D/libexec/octave/site/exec/${MACHINE_GNU_ARCH} -@exec mkdir -p %D/libexec/octave/site/oct/${MACHINE_GNU_ARCH} +libexec/octave/2.0.13/exec/${MACHINE_GNU_ARCH}--netbsd/info-emacs-info +libexec/octave/2.0.13/exec/${MACHINE_GNU_ARCH}--netbsd/info-emacs-octave-help +@exec mkdir -p %D/libexec/octave/2.0.13/oct/${MACHINE_GNU_ARCH}--netbsd +@exec mkdir -p %D/libexec/octave/site/exec/${MACHINE_GNU_ARCH}--netbsd +@exec mkdir -p %D/libexec/octave/site/oct/${MACHINE_GNU_ARCH}--netbsd libexec/octave/ls-R man/man1/octave.1 share/octave/2.0.13/doc/Octave-FAQ.ps @@ -481,14 +481,14 @@ share/octave/site/m/startup/octaverc share/octave/ls-R @dirrm include/octave-2.0.13 @dirrm lib/octave-2.0.13 -@dirrm libexec/octave/site/exec/${MACHINE_GNU_ARCH} +@dirrm libexec/octave/site/exec/${MACHINE_GNU_ARCH}--netbsd @dirrm libexec/octave/site/exec -@dirrm libexec/octave/site/oct/${MACHINE_GNU_ARCH} +@dirrm libexec/octave/site/oct/${MACHINE_GNU_ARCH}--netbsd @dirrm libexec/octave/site/oct @dirrm libexec/octave/site -@dirrm libexec/octave/2.0.13/exec/${MACHINE_GNU_ARCH} +@dirrm libexec/octave/2.0.13/exec/${MACHINE_GNU_ARCH}--netbsd @dirrm libexec/octave/2.0.13/exec -@dirrm libexec/octave/2.0.13/oct/${MACHINE_GNU_ARCH} +@dirrm libexec/octave/2.0.13/oct/${MACHINE_GNU_ARCH}--netbsd @dirrm libexec/octave/2.0.13/oct @dirrm libexec/octave/2.0.13 @dirrm libexec/octave |