diff options
author | jlam <jlam> | 2001-05-16 04:40:48 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-05-16 04:40:48 +0000 |
commit | 7a4cb1c7723d33de772c16ac28761ef0c0fe30b8 (patch) | |
tree | b65a500487d7e4045d4db17970e53e9deede0090 /www/Makefile | |
parent | 24b30d4cfd7d2b703bc8438dabb6df9a8494eb04 (diff) | |
download | pkgsrc-7a4cb1c7723d33de772c16ac28761ef0c0fe30b8.tar.gz |
cadaver is a command-line WebDAV client for Unix. It supports file upload,
download, on-screen display, namespace operations (move/copy), collection
creation and deletion, and locking operations.
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 11647e1a633..89d8525c780 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.136 2001/05/16 02:12:40 jlam Exp $ +# $NetBSD: Makefile,v 1.137 2001/05/16 04:42:39 jlam Exp $ # COMMENT= Packages related to the World Wide Web @@ -30,6 +30,7 @@ SUBDIR+= asp2php SUBDIR+= asWedit SUBDIR+= bluefish SUBDIR+= bozohttpd +SUBDIR+= cadaver SUBDIR+= calamaris SUBDIR+= cgilib SUBDIR+= checkbot |