diff options
author | tron <tron> | 2002-12-09 16:01:10 +0000 |
---|---|---|
committer | tron <tron> | 2002-12-09 16:01:10 +0000 |
commit | 04ef0ab0bc819f60fbb9bf3caf332481ed9e528e (patch) | |
tree | ed3d3dfb4944ff842d136066e2afeafe924859e8 /misc | |
parent | c04f6bcfb2c786201abd33ac5b817ec78540c618 (diff) | |
download | pkgsrc-04ef0ab0bc819f60fbb9bf3caf332481ed9e528e.tar.gz |
Replace "true" by "${TRUE}".
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bbappconf/PLIST | 4 | ||||
-rw-r--r-- | misc/bbweather/PLIST | 4 | ||||
-rw-r--r-- | misc/hitchhiker/PLIST | 4 | ||||
-rw-r--r-- | misc/kdrill/PLIST | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/misc/bbappconf/PLIST b/misc/bbappconf/PLIST index 0a4de16384b..1e04e894156 100644 --- a/misc/bbappconf/PLIST +++ b/misc/bbappconf/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/04 16:24:21 jschauma Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/12/09 16:01:34 tron Exp $ bin/bbappconf share/bbtools/bbappconf.bb share/bbtools/bbappconf.nobb share/bbtools/README.bbappconf man/man1/bbappconf.1 -@unexec ${RMDIR} %D/share/bbtools 2>/dev/null || true +@unexec ${RMDIR} %D/share/bbtools 2>/dev/null || ${TRUE} diff --git a/misc/bbweather/PLIST b/misc/bbweather/PLIST index 82bb2d66d5a..1392cd40d0f 100644 --- a/misc/bbweather/PLIST +++ b/misc/bbweather/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/03/19 00:20:04 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/12/09 16:01:34 tron Exp $ bin/GrabWeather bin/bbweather man/man1/GrabWeather.1 @@ -15,4 +15,4 @@ share/doc/bbweather/index-4.html share/doc/bbweather/index-5.html share/doc/bbweather/index.html @dirrm share/doc/bbweather -@unexec ${RMDIR} %D/share/bbtools 2>/dev/null || true +@unexec ${RMDIR} %D/share/bbtools 2>/dev/null || ${TRUE} diff --git a/misc/hitchhiker/PLIST b/misc/hitchhiker/PLIST index baf8e9f031b..c579de85580 100644 --- a/misc/hitchhiker/PLIST +++ b/misc/hitchhiker/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2002/12/01 16:25:58 salo Exp $ +@comment $NetBSD: PLIST,v 1.5 2002/12/09 16:01:34 tron 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 %D/share/gnome/apps/Applications 2> /dev/null || true +@unexec ${RMDIR} -p %D/share/gnome/apps/Applications 2> /dev/null || ${TRUE} @dirrm share/pixmaps/hh2000 @dirrm share/hh2000/scripts @dirrm share/hh2000/maps diff --git a/misc/kdrill/PLIST b/misc/kdrill/PLIST index eac25ae2184..06ef06f2f6d 100644 --- a/misc/kdrill/PLIST +++ b/misc/kdrill/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:52 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/12/09 16:01:35 tron 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} |