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-content_access | |
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-content_access')
-rw-r--r-- | www/drupal6-content_access/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/drupal6-content_access/Makefile b/www/drupal6-content_access/Makefile index 380981526ec3..582a77ab5d42 100644 --- a/www/drupal6-content_access/Makefile +++ b/www/drupal6-content_access/Makefile @@ -33,5 +33,5 @@ MODULE_FILES= tests/content_access.test \ DOC_FILES= README.txt UPGRADE.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> |