summaryrefslogtreecommitdiff
path: root/www/waplet
diff options
context:
space:
mode:
authortron <tron>2002-12-09 16:01:10 +0000
committertron <tron>2002-12-09 16:01:10 +0000
commit04ef0ab0bc819f60fbb9bf3caf332481ed9e528e (patch)
treeed3d3dfb4944ff842d136066e2afeafe924859e8 /www/waplet
parentc04f6bcfb2c786201abd33ac5b817ec78540c618 (diff)
downloadpkgsrc-04ef0ab0bc819f60fbb9bf3caf332481ed9e528e.tar.gz
Replace "true" by "${TRUE}".
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 425c5873fe3..7d079ff83db 100644
--- a/www/waplet/PLIST
+++ b/www/waplet/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:13:05 skrll Exp $
+@comment $NetBSD: PLIST,v 1.3 2002/12/09 16:01:52 tron 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