diff options
author | skrll <skrll> | 2002-02-15 10:12:28 +0000 |
---|---|---|
committer | skrll <skrll> | 2002-02-15 10:12:28 +0000 |
commit | 776a33b09bbd737dcfa1ffef38c8b5b383b0d0c4 (patch) | |
tree | d8c5da963aaf61f579edc82f096cfa181c02c55b /finance | |
parent | eee5ea82bdaedb5f556b37f1abd1e775778ada87 (diff) | |
download | pkgsrc-776a33b09bbd737dcfa1ffef38c8b5b383b0d0c4.tar.gz |
mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
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 9d68debad1e..95e3531c147 100644 --- a/finance/gnofin/PLIST +++ b/finance/gnofin/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:01:10 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:37 skrll Exp $ bin/gnofin lib/gnofin/plugins/libcbb.a lib/gnofin/plugins/libcbb.la @@ -45,6 +45,6 @@ share/locale/cs/LC_MESSAGES/gnofin.mo share/locale/fr/LC_MESSAGES/gnofin.mo share/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 |