diff options
author | seb <seb> | 2002-06-26 10:29:33 +0000 |
---|---|---|
committer | seb <seb> | 2002-06-26 10:29:33 +0000 |
commit | 59905a4bc33bd3b4c234a55a966245b4d7bb2d6a (patch) | |
tree | 9e5fcee06244c048489fb5197f01b82baef7be38 /math | |
parent | 4f56bddb9eca6d87d2d6aeeb6e1396f99811c647 (diff) | |
download | pkgsrc-59905a4bc33bd3b4c234a55a966245b4d7bb2d6a.tar.gz |
Substitute a couple of `mkdir' by `${MKDIR}'.
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}.
While here substitute a couple of ${PREFIX} by `%D' in
`@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
Diffstat (limited to 'math')
-rw-r--r-- | math/guppi/PLIST | 4 | ||||
-rw-r--r-- | math/octave/PLIST | 8 | ||||
-rw-r--r-- | math/pari/PLIST | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/math/guppi/PLIST b/math/guppi/PLIST index 959ce7aac29..cd069f49f19 100644 --- a/math/guppi/PLIST +++ b/math/guppi/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2002/05/23 19:12:17 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.10 2002/06/26 10:29:48 seb Exp $ bin/guppi-gnumeric include/gnome-1.0/libguppi/gnan.h include/gnome-1.0/libguppi/guppi-2d.h @@ -331,4 +331,4 @@ share/pixmaps/guppi/surface.xpm @dirrm lib/guppi @exec test %D = ${LOCALBASE} || ln -s %D/share/aclocal/libguppi.m4 ${LOCALBASE}/share/aclocal/libguppi.m4 @unexec test %D = ${LOCALBASE} || ${RM} -f ${LOCALBASE}/share/aclocal/libguppi.m4 -@exec ${MKDIR} -p %D/share/gnome/help/guppi/C/images +@exec ${MKDIR} %D/share/gnome/help/guppi/C/images diff --git a/math/octave/PLIST b/math/octave/PLIST index 14c1908bccb..04c5048b874 100644 --- a/math/octave/PLIST +++ b/math/octave/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2002/03/18 07:58:46 fredb Exp $ +@comment $NetBSD: PLIST,v 1.5 2002/06/26 10:29:49 seb Exp $ bin/octave bin/octave-bug bin/mkoctfile @@ -237,9 +237,9 @@ lib/${PKGNAME}/liboctinterp.a @unexec ${RM} -f %D/lib/octave 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} +@exec ${MKDIR} %D/libexec/octave/2.0.16/oct/${MACHINE_GNU_PLATFORM} +@exec ${MKDIR} %D/libexec/octave/site/exec/${MACHINE_GNU_PLATFORM} +@exec ${MKDIR} %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 diff --git a/math/pari/PLIST b/math/pari/PLIST index c3da2345658..83b3e3186df 100644 --- a/math/pari/PLIST +++ b/math/pari/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/05 22:39:05 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/06/26 10:29:49 seb Exp $ bin/gp bin/gp-2.1 bin/gphelp @@ -77,7 +77,7 @@ share/pari/misc/new.dic share/pari/misc/pari.xpm share/pari/misc/xgp @dirrm share/pari/misc -@exec ${MKDIR} -p /usr/pkg/share/pari/galdata +@exec ${MKDIR} %D/share/pari/galdata @dirrm share/pari/galdata @dirrm share/pari/examples @dirrm share/pari/emacs |