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 /finance/gnofin | |
parent | ac47c1e51eb2ab1e65648547c30db8c139286600 (diff) | |
download | pkgsrc-39a943ad929276e9804df46db543ee340a5f286a.tar.gz |
Replace "true" by "${TRUE}".
Diffstat (limited to 'finance/gnofin')
-rw-r--r-- | finance/gnofin/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/gnofin/PLIST b/finance/gnofin/PLIST index 3e6454b59d0..789f8f611dc 100644 --- a/finance/gnofin/PLIST +++ b/finance/gnofin/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/11/30 23:44:11 salo Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/12/09 16:01:21 tron Exp $ bin/gnofin lib/gnofin/plugins/libcbb.a lib/gnofin/plugins/libcbb.la @@ -45,6 +45,6 @@ ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gnofin.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gnofin.mo ${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/gnofin.mo man/man1/gnofin.1 -@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 lib/gnofin/plugins @dirrm lib/gnofin |