summaryrefslogtreecommitdiff
path: root/editors/gnotepad
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2002-02-15 10:12:28 +0000
committerskrll <skrll@pkgsrc.org>2002-02-15 10:12:28 +0000
commit08bdd44549284c310d01f61b15936669a2f75753 (patch)
treed8c5da963aaf61f579edc82f096cfa181c02c55b /editors/gnotepad
parent2d3b54203a3be6ac17d82606e631bd2cdb84308c (diff)
downloadpkgsrc-08bdd44549284c310d01f61b15936669a2f75753.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/PLIST6
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