diff options
Diffstat (limited to 'www/drupal7-wysiwyg/Makefile')
-rw-r--r-- | www/drupal7-wysiwyg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/drupal7-wysiwyg/Makefile b/www/drupal7-wysiwyg/Makefile index 9b685dee21ae..3eb89238d5e8 100644 --- a/www/drupal7-wysiwyg/Makefile +++ b/www/drupal7-wysiwyg/Makefile @@ -74,5 +74,5 @@ post-install: ${LN} -s ${PREFIX}/${TINYMCEDIR} ${PREFIX}/${DRUPAL_MODDIR} .include <bsd.port.pre.mk> -.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk" +.include "${PORTSDIR}/Mk/bsd.drupal.mk" .include <bsd.port.post.mk> |