aboutsummaryrefslogtreecommitdiffstats
path: root/www/drupal4-attachment
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2007-03-25 17:46:44 +0800
committerrafan <rafan@FreeBSD.org>2007-03-25 17:46:44 +0800
commitd5fc402ad2a651806f7ce3b37ab753e83418e453 (patch)
treeea98885b9960f9ae5e8cb4359a71344cdb4bb318 /www/drupal4-attachment
parentd8ac1a80e4ab51ecb31c512a1c4ce8646bdb5bb5 (diff)
downloadfreebsd-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/Makefile4
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>