diff options
author | brooks <brooks@FreeBSD.org> | 2007-01-06 12:32:49 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2007-01-06 12:32:49 +0800 |
commit | bf0cbe1dd8c8362bd7a2aed2cd83265cd4f026bf (patch) | |
tree | 7b1867782bb0e956868aebb94920e0717d3efe76 /www/Makefile | |
parent | 5fb7955bf2f62a418efe1f86c20d9dd62d40f2b0 (diff) | |
download | freebsd-ports-gnome-bf0cbe1dd8c8362bd7a2aed2cd83265cd4f026bf.tar.gz freebsd-ports-gnome-bf0cbe1dd8c8362bd7a2aed2cd83265cd4f026bf.tar.zst freebsd-ports-gnome-bf0cbe1dd8c8362bd7a2aed2cd83265cd4f026bf.zip |
Add drupal-filemanager
This module adds a full featured file management API for your modules
to use. This API is module development and does not directly add
functionality to your site. This module is required for the attachment
module which is an alternative to Drupal's included upload module.
Submitted by: Nick Hilliard <nick@foobar.org>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index b9dfe33b4bca..fd654003396f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -109,6 +109,7 @@ SUBDIR += dpsearch SUBDIR += drraw SUBDIR += drupal + SUBDIR += drupal-filemanager SUBDIR += drupal-pubcookie SUBDIR += drupal-textile SUBDIR += dtse |