diff options
author | Chris Rees <crees@FreeBSD.org> | 2011-07-29 08:36:47 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2011-07-29 08:36:47 +0000 |
commit | b9b49949b3f74203a03cb61eef655b3dec726d41 (patch) | |
tree | 2f9f918b8fb40722043409efa88bcd32cf53770e /www/drupal6-google_analytics | |
parent | 83a6119b539caef2869fed68746ac1b59ec36c6f (diff) |
Notes
Diffstat (limited to 'www/drupal6-google_analytics')
-rw-r--r-- | www/drupal6-google_analytics/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/drupal6-google_analytics/Makefile b/www/drupal6-google_analytics/Makefile index da11b08ff2dd..43e5a4e849bd 100644 --- a/www/drupal6-google_analytics/Makefile +++ b/www/drupal6-google_analytics/Makefile @@ -27,5 +27,5 @@ MODULE_DIRS= tests translations DOC_FILES= LICENSE.txt README.txt .include <bsd.port.pre.mk> -.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk" +.include "${PORTSDIR}/Mk/bsd.drupal.mk" .include <bsd.port.post.mk> |