diff options
author | skrll <skrll@pkgsrc.org> | 2002-02-15 10:12:28 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-02-15 10:12:28 +0000 |
commit | 08bdd44549284c310d01f61b15936669a2f75753 (patch) | |
tree | d8c5da963aaf61f579edc82f096cfa181c02c55b /www/waplet | |
parent | 2d3b54203a3be6ac17d82606e631bd2cdb84308c (diff) | |
download | pkgsrc-08bdd44549284c310d01f61b15936669a2f75753.tar.gz |
mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'www/waplet')
-rw-r--r-- | www/waplet/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/waplet/PLIST b/www/waplet/PLIST index e191ee0ab4b..425c5873fe3 100644 --- a/www/waplet/PLIST +++ b/www/waplet/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 02:19:02 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:13:05 skrll Exp $ share/httpd/htdocs/waplet/waplet.jar share/doc/waplet/README share/doc/waplet/COPYING @@ -8,7 +8,7 @@ share/doc/waplet/waplet.java share/examples/waplet/sample.html share/examples/waplet/wap_content.wml @dirrm share/httpd/htdocs/waplet -@unexec rmdir %D/share/httpd/htdocs 2>/dev/null || true -@unexec rmdir %D/share/httpd 2>/dev/null || true +@unexec ${RMDIR} %D/share/httpd/htdocs 2>/dev/null || true +@unexec ${RMDIR} %D/share/httpd 2>/dev/null || true @dirrm share/doc/waplet @dirrm share/examples/waplet |