diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-18 20:17:26 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-18 20:17:26 +0800 |
commit | 53d866b4c89c14862ee3f1d8c1fcaa6922f4e7c5 (patch) | |
tree | 3043db14e178e9d6dc38783703496a1602d68fb8 /www/drupal6-mimedetect | |
parent | f669476710fff20369069b61b893463a36266042 (diff) | |
download | freebsd-ports-gnome-53d866b4c89c14862ee3f1d8c1fcaa6922f4e7c5.tar.gz freebsd-ports-gnome-53d866b4c89c14862ee3f1d8c1fcaa6922f4e7c5.tar.zst freebsd-ports-gnome-53d866b4c89c14862ee3f1d8c1fcaa6922f4e7c5.zip |
Migrate all drupal ports to USES=drupal
Diffstat (limited to 'www/drupal6-mimedetect')
-rw-r--r-- | www/drupal6-mimedetect/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/drupal6-mimedetect/Makefile b/www/drupal6-mimedetect/Makefile index 51e1ce8f27dc..6a903f134860 100644 --- a/www/drupal6-mimedetect/Makefile +++ b/www/drupal6-mimedetect/Makefile @@ -9,8 +9,7 @@ MASTER_SITES= http://ftp.drupal.org/files/projects/ MAINTAINER= wenheping@gmail.com COMMENT= An API for Consistent Server Side Mime Detection -USE_DRUPAL= yes -DRUPAL6_MODULE= yes +USES= drupal:6,module MODULE_FILES= magic magic.mgc magic.mime \ mimedetect.info mimedetect.install mimedetect.module |