summaryrefslogtreecommitdiff
path: root/www/waplet
diff options
context:
space:
mode:
authorskrll <skrll>2002-02-15 10:12:28 +0000
committerskrll <skrll>2002-02-15 10:12:28 +0000
commit776a33b09bbd737dcfa1ffef38c8b5b383b0d0c4 (patch)
treed8c5da963aaf61f579edc82f096cfa181c02c55b /www/waplet
parenteee5ea82bdaedb5f556b37f1abd1e775778ada87 (diff)
downloadpkgsrc-776a33b09bbd737dcfa1ffef38c8b5b383b0d0c4.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/PLIST6
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