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 | |
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')
-rw-r--r-- | www/drupal6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/drupal6/Makefile b/www/drupal6/Makefile index d324946a8392..05f354695f4d 100644 --- a/www/drupal6/Makefile +++ b/www/drupal6/Makefile @@ -81,5 +81,5 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk" +.include "${PORTSDIR}/Mk/bsd.drupal.mk" .include <bsd.port.post.mk> |