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 /editors/gnotepad | |
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 'editors/gnotepad')
-rw-r--r-- | editors/gnotepad/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/gnotepad/PLIST b/editors/gnotepad/PLIST index f96dc7388a4..a7e135ebaff 100644 --- a/editors/gnotepad/PLIST +++ b/editors/gnotepad/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:22:46 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:36 skrll Exp $ bin/gnp man/man1/gnp.1 share/gnome/apps/Applications/gnotepad+.desktop @@ -114,5 +114,5 @@ share/locale/ja/LC_MESSAGES/gnotepad+.mo @dirrm share/gnotepad+ @dirrm share/gnome/help/gnotepad+/C @dirrm share/gnome/help/gnotepad+ -@unexec rmdir share/gnome/help 2> /dev/null || true -@unexec rmdir share/gnome/apps/Applications 2> /dev/null || true +@unexec ${RMDIR} share/gnome/help 2> /dev/null || true +@unexec ${RMDIR} share/gnome/apps/Applications 2> /dev/null || true |