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 /finance | |
parent | c04f6bcfb2c786201abd33ac5b817ec78540c618 (diff) | |
download | pkgsrc-04ef0ab0bc819f60fbb9bf3caf332481ed9e528e.tar.gz |
Replace "true" by "${TRUE}".
Diffstat (limited to 'finance')
-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 |