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-wysiwyg | |
parent | 83a6119b539caef2869fed68746ac1b59ec36c6f (diff) | |
download | ports-b9b49949b3f74203a03cb61eef655b3dec726d41.tar.gz ports-b9b49949b3f74203a03cb61eef655b3dec726d41.zip |
Notes
Diffstat (limited to 'www/drupal6-wysiwyg')
-rw-r--r-- | www/drupal6-wysiwyg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/drupal6-wysiwyg/Makefile b/www/drupal6-wysiwyg/Makefile index 9b685dee21ae..3eb89238d5e8 100644 --- a/www/drupal6-wysiwyg/Makefile +++ b/www/drupal6-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> |