diff options
author | crees <crees@FreeBSD.org> | 2011-07-29 16:36:47 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-07-29 16:36:47 +0800 |
commit | f972978b3049325fd23afa54f03578d2aa2cc893 (patch) | |
tree | 5e6fbd178eb63ec61b187fdfa3708a0ec0fa4375 /www/drupal6-nodewords | |
parent | 6030d3862ecb7baa511c19c20aa98262d8e3d357 (diff) | |
download | freebsd-ports-gnome-f972978b3049325fd23afa54f03578d2aa2cc893.tar.gz freebsd-ports-gnome-f972978b3049325fd23afa54f03578d2aa2cc893.tar.zst freebsd-ports-gnome-f972978b3049325fd23afa54f03578d2aa2cc893.zip |
Begin process of removal of drupal5 ports:
- Stop using the bsd.drupal.mk in drupal5/ and use the Mk/ version
- Deprecate the drupal5 ports for removal on 29/Aug
Submitted by: Nick Hilliard <nick@foobar.org> (maintainer)
Diffstat (limited to 'www/drupal6-nodewords')
-rw-r--r-- | www/drupal6-nodewords/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/drupal6-nodewords/Makefile b/www/drupal6-nodewords/Makefile index 5cda599f3490..027e5595907b 100644 --- a/www/drupal6-nodewords/Makefile +++ b/www/drupal6-nodewords/Makefile @@ -44,5 +44,5 @@ MODULE_FILES= includes/forum.inc includes/image.inc includes/node.inc \ DOC_FILES= README.txt CHANGELOG.txt API.txt LICENSE.txt .include <bsd.port.pre.mk> -.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk" +.include "${PORTSDIR}/Mk/bsd.drupal.mk" .include <bsd.port.post.mk> |