From 776a33b09bbd737dcfa1ffef38c8b5b383b0d0c4 Mon Sep 17 00:00:00 2001 From: skrll Date: Fri, 15 Feb 2002 10:12:28 +0000 Subject: mkdir -> ${MKDIR} rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN} --- www/waplet/PLIST | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/waplet') 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 -- cgit v1.2.3