diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-14 22:00:38 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-14 22:00:38 +0000 |
commit | 4785043191b1774a946d86d99581ed60cfdf3f42 (patch) | |
tree | 22404ebb962c2aae6350b9a209e8fe6fe36adf98 /www/waplet/PLIST | |
parent | b2e18c6f872e0db1c1b73c82a0f50970e487471e (diff) | |
download | pkgsrc-4785043191b1774a946d86d99581ed60cfdf3f42.tar.gz |
Convert @exec/@unexec to @pkgdir or drop it.
Diffstat (limited to 'www/waplet/PLIST')
-rw-r--r-- | www/waplet/PLIST | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/www/waplet/PLIST b/www/waplet/PLIST index 7d079ff83db..9dfb6d19600 100644 --- a/www/waplet/PLIST +++ b/www/waplet/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/12/09 16:01:52 tron Exp $ +@comment $NetBSD: PLIST,v 1.4 2009/06/14 22:00:40 joerg Exp $ share/httpd/htdocs/waplet/waplet.jar share/doc/waplet/README share/doc/waplet/COPYING @@ -7,8 +7,3 @@ share/doc/waplet/Tag.java 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} -@dirrm share/doc/waplet -@dirrm share/examples/waplet |