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 /x11/bbapm | |
parent | ac47c1e51eb2ab1e65648547c30db8c139286600 (diff) | |
download | pkgsrc-39a943ad929276e9804df46db543ee340a5f286a.tar.gz |
Replace "true" by "${TRUE}".
Diffstat (limited to 'x11/bbapm')
-rw-r--r-- | x11/bbapm/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/bbapm/PLIST b/x11/bbapm/PLIST index 0bef7818c3e..5a8f7036d56 100644 --- a/x11/bbapm/PLIST +++ b/x11/bbapm/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/09/07 20:22:52 jschauma Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/12/09 16:01:54 tron Exp $ bin/bbapm man/man1/bbapm.1 share/bbtools/README.bbapm share/bbtools/bbapm.conf share/bbtools/bbapm.nobb share/bbtools/bbapm.style -@unexec ${RMDIR} %D/share/bbtools 2>/dev/null || true +@unexec ${RMDIR} %D/share/bbtools 2>/dev/null || ${TRUE} |