diff options
author | bapt <bapt@FreeBSD.org> | 2011-08-30 14:40:30 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-08-30 14:40:30 +0800 |
commit | bc885e6b2e0e0ff32726888ad7888d1dce7f1977 (patch) | |
tree | c1245dc5ffee55cccb57c6d497ee24726eeb08af /www | |
parent | dbb474f692f86d64d25138a463b34a10cfa0a7b6 (diff) | |
download | freebsd-ports-gnome-bc885e6b2e0e0ff32726888ad7888d1dce7f1977.tar.gz freebsd-ports-gnome-bc885e6b2e0e0ff32726888ad7888d1dce7f1977.tar.zst freebsd-ports-gnome-bc885e6b2e0e0ff32726888ad7888d1dce7f1977.zip |
Remove reference to drupal5, it has gone
Diffstat (limited to 'www')
-rw-r--r-- | www/drupal6-tagadelic/Makefile | 2 | ||||
-rw-r--r-- | www/drupal6-token/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/drupal6-tagadelic/Makefile b/www/drupal6-tagadelic/Makefile index 2068013d67f2..f75bc00f8348 100644 --- a/www/drupal6-tagadelic/Makefile +++ b/www/drupal6-tagadelic/Makefile @@ -27,5 +27,5 @@ MODULE_FILES= tagadelic.css tagadelic.info tagadelic.install \ DOC_FILES= LICENSE.txt README.txt .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/drupal5/bsd.drupal.mk" +.include "${PORTSDIR}/Mk/bsd.drupal.mk" .include <bsd.port.post.mk> diff --git a/www/drupal6-token/Makefile b/www/drupal6-token/Makefile index 8e717877d591..f05ee27df64a 100644 --- a/www/drupal6-token/Makefile +++ b/www/drupal6-token/Makefile @@ -27,5 +27,5 @@ MODULE_DIRS= translations DOC_FILES= API.txt LICENSE.txt README.txt .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/drupal5/bsd.drupal.mk" +.include "${PORTSDIR}/Mk/bsd.drupal.mk" .include <bsd.port.post.mk> |