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-pathauto | |
parent | 83a6119b539caef2869fed68746ac1b59ec36c6f (diff) |
Notes
Diffstat (limited to 'www/drupal6-pathauto')
-rw-r--r-- | www/drupal6-pathauto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/drupal6-pathauto/Makefile b/www/drupal6-pathauto/Makefile index 394a0a22850b..38eaba6c8b13 100644 --- a/www/drupal6-pathauto/Makefile +++ b/www/drupal6-pathauto/Makefile @@ -32,5 +32,5 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/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> |