diff options
author | rafan <rafan@FreeBSD.org> | 2007-03-25 17:46:44 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-03-25 17:46:44 +0800 |
commit | d5fc402ad2a651806f7ce3b37ab753e83418e453 (patch) | |
tree | ea98885b9960f9ae5e8cb4359a71344cdb4bb318 /www/drupal4-attachment | |
parent | d8ac1a80e4ab51ecb31c512a1c4ce8646bdb5bb5 (diff) | |
download | freebsd-ports-gnome-d5fc402ad2a651806f7ce3b37ab753e83418e453.tar.gz freebsd-ports-gnome-d5fc402ad2a651806f7ce3b37ab753e83418e453.tar.zst freebsd-ports-gnome-d5fc402ad2a651806f7ce3b37ab753e83418e453.zip |
- Rename all drupal-* to drupal4-* for future drupal5 ports
- Switch to drupal5/bsd.drupal.mk
Diffstat (limited to 'www/drupal4-attachment')
-rw-r--r-- | www/drupal4-attachment/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/drupal4-attachment/Makefile b/www/drupal4-attachment/Makefile index 0c05e2f3428d..eb5fcf69a216 100644 --- a/www/drupal4-attachment/Makefile +++ b/www/drupal4-attachment/Makefile @@ -13,12 +13,12 @@ CATEGORIES= www security MAINTAINER= nick@foobar.org COMMENT= An alternative to Drupal's included upload module -RUN_DEPENDS+= ${LOCALBASE}/${DRUPAL_MODDIR}/filemanager.module:${PORTSDIR}/www/drupal-filemanager +RUN_DEPENDS+= ${LOCALBASE}/${DRUPAL_MODDIR}/filemanager.module:${PORTSDIR}/www/drupal4-filemanager DRUPAL_MODULE= yes MODULE_FILES= attachment.install attachment.module DOC_FILES= LICENSE.txt README.txt CREDITS INSTALL .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/drupal/bsd.drupal.mk" +.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk" .include <bsd.port.post.mk> |