diff options
author | agc <agc> | 1999-04-08 18:51:48 +0000 |
---|---|---|
committer | agc <agc> | 1999-04-08 18:51:48 +0000 |
commit | 195de96cae65e50fb0f0dfea6804e13e78975e01 (patch) | |
tree | d9998c42cdbbce7b75fede2b8750f625145f9f7c /math | |
parent | 505bb98cffe54e733206778c481c9e05de3541c3 (diff) | |
download | pkgsrc-195de96cae65e50fb0f0dfea6804e13e78975e01.tar.gz |
s/netbsd/${LOWER_OPSYS}/g
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 99ec25d5dc7..c240f79802d 100644 --- a/math/octave/pkg/PLIST +++ b/math/octave/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 1999/02/11 19:17:32 tv Exp $ +@comment $NetBSD: PLIST,v 1.7 1999/04/08 18:51:53 agc 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}--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/2.0.13/exec/${MACHINE_GNU_ARCH}--${LOWER_OPSYS}/info-emacs-info +libexec/octave/2.0.13/exec/${MACHINE_GNU_ARCH}--${LOWER_OPSYS}/info-emacs-octave-help +@exec mkdir -p %D/libexec/octave/2.0.13/oct/${MACHINE_GNU_ARCH}--${LOWER_OPSYS} +@exec mkdir -p %D/libexec/octave/site/exec/${MACHINE_GNU_ARCH}--${LOWER_OPSYS} +@exec mkdir -p %D/libexec/octave/site/oct/${MACHINE_GNU_ARCH}--${LOWER_OPSYS} 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}--netbsd +@dirrm libexec/octave/site/exec/${MACHINE_GNU_ARCH}--${LOWER_OPSYS} @dirrm libexec/octave/site/exec -@dirrm libexec/octave/site/oct/${MACHINE_GNU_ARCH}--netbsd +@dirrm libexec/octave/site/oct/${MACHINE_GNU_ARCH}--${LOWER_OPSYS} @dirrm libexec/octave/site/oct @dirrm libexec/octave/site -@dirrm libexec/octave/2.0.13/exec/${MACHINE_GNU_ARCH}--netbsd +@dirrm libexec/octave/2.0.13/exec/${MACHINE_GNU_ARCH}--${LOWER_OPSYS} @dirrm libexec/octave/2.0.13/exec -@dirrm libexec/octave/2.0.13/oct/${MACHINE_GNU_ARCH}--netbsd +@dirrm libexec/octave/2.0.13/oct/${MACHINE_GNU_ARCH}--${LOWER_OPSYS} @dirrm libexec/octave/2.0.13/oct @dirrm libexec/octave/2.0.13 @dirrm libexec/octave |