diff options
author | tron <tron@pkgsrc.org> | 2002-12-09 16:01:10 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-12-09 16:01:10 +0000 |
commit | 39a943ad929276e9804df46db543ee340a5f286a (patch) | |
tree | ed3d3dfb4944ff842d136066e2afeafe924859e8 /wm/bbkeys | |
parent | ac47c1e51eb2ab1e65648547c30db8c139286600 (diff) | |
download | pkgsrc-39a943ad929276e9804df46db543ee340a5f286a.tar.gz |
Replace "true" by "${TRUE}".
Diffstat (limited to 'wm/bbkeys')
-rw-r--r-- | wm/bbkeys/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/bbkeys/PLIST b/wm/bbkeys/PLIST index 0c8d7448be8..b5da42575ee 100644 --- a/wm/bbkeys/PLIST +++ b/wm/bbkeys/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/03/18 09:23:01 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/12/09 16:01:47 tron Exp $ bin/bbkeys bin/bbkeysconf.pl man/man1/bbkeys.1 @@ -11,5 +11,5 @@ share/doc/bbkeys/BUGS share/doc/bbkeys/ChangeLog share/doc/bbkeys/NEWS share/doc/bbkeys/README -@unexec ${RMDIR} %D/share/bbtools 2>/dev/null || true +@unexec ${RMDIR} %D/share/bbtools 2>/dev/null || ${TRUE} @dirrm share/doc/bbkeys |