diff options
author | Chris Rees <crees@FreeBSD.org> | 2011-08-31 15:53:47 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2011-08-31 15:53:47 +0000 |
commit | a388cc30c37b1ac5194bf4201ffd1f32e2f8b9b3 (patch) | |
tree | 7d8da1265c7a2fe93ae375c1c52558b7e3705d53 /www/drupal6-wysiwyg | |
parent | 777468906a4e83a54b03007c79514a361224b8be (diff) |
Notes
Diffstat (limited to 'www/drupal6-wysiwyg')
-rw-r--r-- | www/drupal6-wysiwyg/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/drupal6-wysiwyg/Makefile b/www/drupal6-wysiwyg/Makefile index 3eb89238d5e8..fb96ee38de03 100644 --- a/www/drupal6-wysiwyg/Makefile +++ b/www/drupal6-wysiwyg/Makefile @@ -20,6 +20,7 @@ RUN_DEPENDS+= ${LOCALBASE}/${TINYMCEDIR}:${PORTSDIR}/www/tinymce3 PLIST_FILES+= ${DRUPAL_MODDIR}/tinymce +USE_DRUPAL= yes DRUPAL6_MODULE= yes MODULE_FILES= editors/css/openwysiwyg.css \ editors/css/tinymce-2.css \ @@ -73,6 +74,4 @@ DOC_FILES= CHANGELOG.txt README.txt LICENSE.txt post-install: ${LN} -s ${PREFIX}/${TINYMCEDIR} ${PREFIX}/${DRUPAL_MODDIR} -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.drupal.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |