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 /www/bluefish | |
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 'www/bluefish')
-rw-r--r-- | www/bluefish/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/bluefish/PLIST b/www/bluefish/PLIST index fc7730a1fbf..10525df0514 100644 --- a/www/bluefish/PLIST +++ b/www/bluefish/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/01/19 02:00:44 mjl Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/02/15 10:13:02 skrll Exp $ bin/bluefish man/man1/bluefish.1 share/bluefish/php3_functions @@ -175,7 +175,7 @@ ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/bluefish.mo ${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/bluefish.mo ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/bluefish.mo ${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/bluefish.mo -@unexec rmdir -p %D/share/pixmaps 2>/dev/null || true +@unexec ${RMDIR} -p %D/share/pixmaps 2>/dev/null || true @dirrm share/doc/html/bluefish/images @dirrm share/doc/html/bluefish/en @dirrm share/doc/html/bluefish/it |