diff options
author | skrll <skrll@pkgsrc.org> | 2002-02-15 10:12:28 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-02-15 10:12:28 +0000 |
commit | 08bdd44549284c310d01f61b15936669a2f75753 (patch) | |
tree | d8c5da963aaf61f579edc82f096cfa181c02c55b /math | |
parent | 2d3b54203a3be6ac17d82606e631bd2cdb84308c (diff) | |
download | pkgsrc-08bdd44549284c310d01f61b15936669a2f75753.tar.gz |
mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'math')
-rw-r--r-- | math/aribas/PLIST | 4 | ||||
-rw-r--r-- | math/cassowary/PLIST | 6 | ||||
-rw-r--r-- | math/gnumeric0/PLIST | 4 | ||||
-rw-r--r-- | math/guppi/PLIST | 6 | ||||
-rw-r--r-- | math/octave/PLIST | 12 | ||||
-rw-r--r-- | math/xlife/PLIST | 4 | ||||
-rw-r--r-- | math/yacas/PLIST | 6 |
7 files changed, 21 insertions, 21 deletions
diff --git a/math/aribas/PLIST b/math/aribas/PLIST index 1cda44820ee..76508cc724c 100644 --- a/math/aribas/PLIST +++ b/math/aribas/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:12:07 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:49 skrll Exp $ bin/aribas share/doc/aribas/aribas.doc share/doc/aribas/aribas.tut @@ -7,6 +7,6 @@ share/examples/aribas/README share/examples/aribas/factor.ari share/examples/aribas/pi.ari share/examples/aribas/queens.ari -@unexec rmdir %D/share/emacs/site-lisp 2>/dev/null || true +@unexec ${RMDIR} %D/share/emacs/site-lisp 2>/dev/null || true @dirrm share/examples/aribas @dirrm share/doc/aribas diff --git a/math/cassowary/PLIST b/math/cassowary/PLIST index 727444544fe..d21dc45c7c1 100644 --- a/math/cassowary/PLIST +++ b/math/cassowary/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:12:13 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:50 skrll Exp $ bin/cassowary-config include/Cl.h include/ClC.h @@ -61,5 +61,5 @@ share/doc/cassowary/cassowary-tr.ps.gz @dirrm lib/cassowary/tests @dirrm lib/cassowary @dirrm include/cassowary -@unexec rmdir %D/lib/guile/site 2>/dev/null || true -@unexec rmdir %D/lib/guile 2>/dev/null || true +@unexec ${RMDIR} %D/lib/guile/site 2>/dev/null || true +@unexec ${RMDIR} %D/lib/guile 2>/dev/null || true diff --git a/math/gnumeric0/PLIST b/math/gnumeric0/PLIST index 03bd660b010..088d6903bf7 100644 --- a/math/gnumeric0/PLIST +++ b/math/gnumeric0/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/01/25 01:39:53 rh Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/02/15 10:12:50 skrll Exp $ bin/gnumeric lib/gnumeric/${PKGVERSION}-bonobo/plugins/applix/applix.a lib/gnumeric/${PKGVERSION}-bonobo/plugins/applix/applix.la @@ -786,4 +786,4 @@ share/pixmaps/gnumeric/top_border @dirrm lib/gnumeric/${PKGVERSION}-bonobo/plugins @dirrm lib/gnumeric/${PKGVERSION}-bonobo @dirrm lib/gnumeric -@unexec rmdir %D/share/mc/templates >/dev/null 2>&1 || true +@unexec ${RMDIR} %D/share/mc/templates >/dev/null 2>&1 || true diff --git a/math/guppi/PLIST b/math/guppi/PLIST index 7d0938e1dcf..a5d19618301 100644 --- a/math/guppi/PLIST +++ b/math/guppi/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2001/11/14 08:43:17 tron Exp $ +@comment $NetBSD: PLIST,v 1.6 2002/02/15 10:12:50 skrll Exp $ bin/gnome-guile-repl bin/gnome-python-repl bin/guppi-gnumeric @@ -269,7 +269,7 @@ share/gnome/help/guppi/C/docbook.css share/gnome/help/guppi/C/guppi.html share/gnome/help/guppi/C/ln14.html share/gnome/help/guppi/C/topic.dat -@exec mkdir -p %D/share/gnome/help/guppi/C/images +@exec ${MKDIR} -p %D/share/gnome/help/guppi/C/images share/guppi/glade/guppi-gnumeric-format-guru.glade share/guppi/glade/view-properties.glade share/guppi/scripts/guppi-gnumeric-plots.xml @@ -422,4 +422,4 @@ share/pixmaps/guppi/surface.xpm @dirrm include/libguppitank @dirrm include/libguppi @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 +@unexec test %D = ${LOCALBASE} || ${RM} -f ${LOCALBASE}/share/aclocal/libguppi.m4 diff --git a/math/octave/PLIST b/math/octave/PLIST index 2320f12295c..88284b1e665 100644 --- a/math/octave/PLIST +++ b/math/octave/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:33:45 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:51 skrll Exp $ bin/octave bin/octave-bug bin/mkoctfile @@ -208,7 +208,7 @@ include/${PKGNAME}/defaults.h include/${PKGNAME}/oct-conf.h include/${PKGNAME}/oct-gperf.h @exec ln -s ${PKGNAME} %D/include/octave -@unexec rm -f %D/include/octave +@unexec ${RM} -f %D/include/octave @unexec install-info --delete %D/info/octave.info %D/info/dir @unexec install-info --delete %D/info/liboctave.info %D/info/dir info/octave.info @@ -234,12 +234,12 @@ lib/${PKGNAME}/libcruft.a lib/${PKGNAME}/liboctave.a lib/${PKGNAME}/liboctinterp.a @exec ln -s ${PKGNAME} %D/lib/octave -@unexec rm -f %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} +@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/ls-R man/man1/octave.1 share/octave/2.0.16/doc/Octave-FAQ.ps diff --git a/math/xlife/PLIST b/math/xlife/PLIST index 160c3f5337d..49bdfd349fa 100644 --- a/math/xlife/PLIST +++ b/math/xlife/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/12/31 21:32:56 fredb Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:51 skrll Exp $ bin/collect bin/lifeconv bin/lifesearch @@ -232,4 +232,4 @@ share/xlife/wireworld/test.l @dirrm share/xlife/life @dirrm share/xlife/misc @dirrm share/xlife/wireworld -@unexec rmdir %D/share/xlife || true +@unexec ${RMDIR} %D/share/xlife || true diff --git a/math/yacas/PLIST b/math/yacas/PLIST index 3e730671595..ba2b8098067 100644 --- a/math/yacas/PLIST +++ b/math/yacas/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2001/12/19 01:09:25 dmcmahill Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/02/15 10:12:51 skrll Exp $ bin/yacas bin/yacas_client share/emacs/site-lisp/yacas.el @@ -205,5 +205,5 @@ share/yacas/yacasinit.ys @dirrm share/yacas/array.rep @dirrm share/yacas/addons @dirrm share/yacas -@unexec rmdir %D/share/emacs/site-lisp 2>/dev/null || true -@unexec rmdir %D/share/emacs 2>/dev/null || true +@unexec ${RMDIR} %D/share/emacs/site-lisp 2>/dev/null || true +@unexec ${RMDIR} %D/share/emacs 2>/dev/null || true |