diff options
author | skrll <skrll> | 2002-02-15 10:12:28 +0000 |
---|---|---|
committer | skrll <skrll> | 2002-02-15 10:12:28 +0000 |
commit | 9318fdcbb3d311fce5ceea096539c3c71b45b48b (patch) | |
tree | d8c5da963aaf61f579edc82f096cfa181c02c55b /misc | |
parent | c628a4157b502d7196062bd115d480140eb3c027 (diff) | |
download | pkgsrc-9318fdcbb3d311fce5ceea096539c3c71b45b48b.tar.gz |
mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnome-utils/PLIST | 4 | ||||
-rw-r--r-- | misc/hitchhiker/PLIST | 4 | ||||
-rw-r--r-- | misc/jitterbug/PLIST | 4 | ||||
-rw-r--r-- | misc/kdrill/PLIST | 4 | ||||
-rw-r--r-- | misc/screen/PLIST | 4 | ||||
-rw-r--r-- | misc/screen/PLIST.SunOS | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/misc/gnome-utils/PLIST b/misc/gnome-utils/PLIST index 1564d6a0694..26584ae9dd6 100644 --- a/misc/gnome-utils/PLIST +++ b/misc/gnome-utils/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/02/15 10:12:51 skrll Exp $ bin/gcalc bin/gcharmap bin/gcolorsel @@ -841,7 +841,7 @@ share/stripchart/stripchart.params @dirrm share/gnome/help/gsearchtool/C @dirrm share/gnome/help/gsearchtool @dirrm share/gnome/help/gnome-exe-handler/C/stylesheet-images -@exec mkdir -p %D/share/gnome/help/gnome-exe-handler/C/figures +@exec ${MKDIR} -p %D/share/gnome/help/gnome-exe-handler/C/figures @dirrm share/gnome/help/gnome-exe-handler/C/figures @dirrm share/gnome/help/gnome-exe-handler/C @dirrm share/gnome/help/gnome-exe-handler diff --git a/misc/hitchhiker/PLIST b/misc/hitchhiker/PLIST index e691b3ccdd5..ddd27147d69 100644 --- a/misc/hitchhiker/PLIST +++ b/misc/hitchhiker/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:28:19 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:52 skrll Exp $ bin/hh2000 share/gnome/apps/Applications/hh2000.desktop share/hh2000/data/asteroids.csv @@ -50,7 +50,7 @@ share/pixmaps/hh2000/star.xpm share/pixmaps/hh2000/step_forward.xpm share/pixmaps/hh2000/step_reverse.xpm share/pixmaps/hh2000icon.png -@unexec rmdir -p share/gnome/apps/Applications 2> /dev/null || true +@unexec ${RMDIR} -p share/gnome/apps/Applications 2> /dev/null || true @dirrm share/pixmaps/hh2000 @dirrm share/hh2000/scripts @dirrm share/hh2000/maps diff --git a/misc/jitterbug/PLIST b/misc/jitterbug/PLIST index f7d285095ed..1c7b345c09f 100644 --- a/misc/jitterbug/PLIST +++ b/misc/jitterbug/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/02/15 10:12:52 skrll Exp $ @JB_USER@/config/footer.html @exec if [ ! -d %D/@JB_DATADIR@ ]; then ${MKDIR} -p %D/@JB_DATADIR@; fi @exec if [ ! -f %D/@JB_DATADIR@/footer.html ]; then /bin/cp -p %D/%F %D/@JB_DATADIR@/footer.html; fi @@ -40,7 +40,7 @@ etc/jitterbug/httpd.conf.add @dirrm @JB_USER@/@JB_PACKAGE@/bug_tracking @dirrm @JB_USER@/@JB_PACKAGE@ @JB_USER@/etc/jitterbug.auth -@exec /usr/sbin/chown -R @JB_USER@ %D/@JB_USER@ +@exec ${CHOWN} -R @JB_USER@ %D/@JB_USER@ @exec /usr/bin/chgrp -R @JB_GROUP@ %D/@JB_USER@ @dirrm @JB_USER@/config @dirrm @JB_USER@/etc diff --git a/misc/kdrill/PLIST b/misc/kdrill/PLIST index b348365b2c2..eac25ae2184 100644 --- a/misc/kdrill/PLIST +++ b/misc/kdrill/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/02/07 13:49:06 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:52 skrll Exp $ bin/kdrill lib/X11/app-defaults/KDrill man/cat1/kdrill.0 @@ -7,4 +7,4 @@ share/kdrill/hiraplus.edic.gz share/kdrill/kata.edic.gz share/kdrill/kataplus.edic.gz share/kdrill/fullkatahira.edic.gz -@unexec rmdir %D/share/kdrill 2>/dev/null || true +@unexec ${RMDIR} %D/share/kdrill 2>/dev/null || true diff --git a/misc/screen/PLIST b/misc/screen/PLIST index e9be23e0e21..56a22c25e05 100644 --- a/misc/screen/PLIST +++ b/misc/screen/PLIST @@ -1,10 +1,10 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:29:31 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:52 skrll Exp $ bin/screen bin/${DISTNAME} man/man1/screen.1 @unexec install-info --delete %D/info/screen.info %D/info/dir info/screen.info @exec install-info %D/info/screen.info %D/info/dir -@unexec if [ -f %D/bin/screen.old ]; then rm -f %D/bin/screen.old ; fi +@unexec if [ -f %D/bin/screen.old ]; then ${RM} -f %D/bin/screen.old ; fi share/examples/screen/screenrc @dirrm share/examples/screen diff --git a/misc/screen/PLIST.SunOS b/misc/screen/PLIST.SunOS index 2d08ed4b818..ee762b34933 100644 --- a/misc/screen/PLIST.SunOS +++ b/misc/screen/PLIST.SunOS @@ -1,11 +1,11 @@ -@comment $NetBSD: PLIST.SunOS,v 1.1 2001/11/01 01:33:18 zuntum Exp $ +@comment $NetBSD: PLIST.SunOS,v 1.2 2002/02/15 10:12:52 skrll Exp $ bin/screen bin/${DISTNAME} man/man1/screen.1 @unexec install-info --delete %D/info/screen.info %D/info/dir info/screen.info @exec install-info %D/info/screen.info %D/info/dir -@unexec if [ -f %D/bin/screen.old ]; then rm -f %D/bin/screen.old ; fi +@unexec if [ -f %D/bin/screen.old ]; then ${RM} -f %D/bin/screen.old ; fi share/examples/screen/screenrc @dirrm share/examples/screen share/lib/terminfo/s/screen |