diff options
author | fredb <fredb> | 2002-03-18 07:58:35 +0000 |
---|---|---|
committer | fredb <fredb> | 2002-03-18 07:58:35 +0000 |
commit | 6ab32beefcc91b067222afd2ba4e528b532a2b92 (patch) | |
tree | b8094300708b060839db00c0cd2c25d6fe5f5b98 /math | |
parent | 54010aa33c6dee202d8c42edd471e2feaa67580e (diff) | |
download | pkgsrc-6ab32beefcc91b067222afd2ba4e528b532a2b92.tar.gz |
The host specific installation subdirectories are actually taken by configure
from its --host argument, which is exactly ${MACHINE_GNU_PLATFORM}. Use that
for the PLIST instead of ${MACHINE_ARCH}--${LOWER_OPSYS}, which may lack the
"elf" suffix on certain platforms.
Diffstat (limited to 'math')
-rw-r--r-- | math/octave/PLIST | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/math/octave/PLIST b/math/octave/PLIST index a02cb1d9b01..14c1908bccb 100644 --- a/math/octave/PLIST +++ b/math/octave/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/02/18 15:14:33 seb Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/03/18 07:58:46 fredb Exp $ bin/octave bin/octave-bug bin/mkoctfile @@ -235,11 +235,11 @@ lib/${PKGNAME}/liboctave.a lib/${PKGNAME}/liboctinterp.a @exec ln -s ${PKGNAME} %D/lib/octave @unexec ${RM} -f %D/lib/octave -libexec/octave/2.0.16/exec/${MACHINE_GNU_ARCH}-${LOWER_VENDOR}-${LOWER_OPSYS}/info-emacs-info -libexec/octave/2.0.16/exec/${MACHINE_GNU_ARCH}-${LOWER_VENDOR}-${LOWER_OPSYS}/info-emacs-octave-help -@exec ${MKDIR} -p %D/libexec/octave/2.0.16/oct/${MACHINE_GNU_ARCH}-${LOWER_VENDOR}-${LOWER_OPSYS} -@exec ${MKDIR} -p %D/libexec/octave/site/exec/${MACHINE_GNU_ARCH}-${LOWER_VENDOR}-${LOWER_OPSYS} -@exec ${MKDIR} -p %D/libexec/octave/site/oct/${MACHINE_GNU_ARCH}-${LOWER_VENDOR}-${LOWER_OPSYS} +libexec/octave/2.0.16/exec/${MACHINE_GNU_PLATFORM}/info-emacs-info +libexec/octave/2.0.16/exec/${MACHINE_GNU_PLATFORM}/info-emacs-octave-help +@exec ${MKDIR} -p %D/libexec/octave/2.0.16/oct/${MACHINE_GNU_PLATFORM} +@exec ${MKDIR} -p %D/libexec/octave/site/exec/${MACHINE_GNU_PLATFORM} +@exec ${MKDIR} -p %D/libexec/octave/site/oct/${MACHINE_GNU_PLATFORM} libexec/octave/ls-R man/man1/octave.1 share/octave/2.0.16/doc/Octave-FAQ.ps @@ -654,14 +654,14 @@ share/octave/site/m/startup/octaverc share/octave/ls-R @dirrm include/${PKGNAME} @dirrm lib/${PKGNAME} -@dirrm libexec/octave/site/exec/${MACHINE_GNU_ARCH}-${LOWER_VENDOR}-${LOWER_OPSYS} +@dirrm libexec/octave/site/exec/${MACHINE_GNU_PLATFORM} @dirrm libexec/octave/site/exec -@dirrm libexec/octave/site/oct/${MACHINE_GNU_ARCH}-${LOWER_VENDOR}-${LOWER_OPSYS} +@dirrm libexec/octave/site/oct/${MACHINE_GNU_PLATFORM} @dirrm libexec/octave/site/oct @dirrm libexec/octave/site -@dirrm libexec/octave/2.0.16/exec/${MACHINE_GNU_ARCH}-${LOWER_VENDOR}-${LOWER_OPSYS} +@dirrm libexec/octave/2.0.16/exec/${MACHINE_GNU_PLATFORM} @dirrm libexec/octave/2.0.16/exec -@dirrm libexec/octave/2.0.16/oct/${MACHINE_GNU_ARCH}-${LOWER_VENDOR}-${LOWER_OPSYS} +@dirrm libexec/octave/2.0.16/oct/${MACHINE_GNU_PLATFORM} @dirrm libexec/octave/2.0.16/oct @dirrm libexec/octave/2.0.16 @dirrm libexec/octave |