c7518e8b56
PEOPLE WHO TESTED drupal BEFORE: You *must* disable extra modules and themes from a working drupal install before the update, and reenable them afterwards. If you forgot to, - ln all the stuff in sites/all/modules and sites/all/themes to modules and themes - check your site runs again, disable extra stuff - remove the links and re-enable stuff. okay naddy@
20 lines
493 B
Makefile
20 lines
493 B
Makefile
# $OpenBSD: Makefile,v 1.2 2008/02/24 15:48:25 espie Exp $
|
|
|
|
COMMENT = link to content from tinymce
|
|
|
|
DISTNAME = linktocontent-5.x-1.7
|
|
PKGNAME = drupal5-link-to-content-1.7p0
|
|
|
|
RUN_DEPENDS = ::www/drupal5/tinyMCE
|
|
|
|
LTC = ${PREFIX}/${DRUPAL_MODS}/linktocontent/tinymce_plugins
|
|
MCE_PLUGINS =${PREFIX}/${DRUPAL_MODS}/tinymce/tinymce/jscripts/tiny_mce/plugins
|
|
|
|
post-install:
|
|
mkdir -p ${MCE_PLUGINS}
|
|
mv ${LTC}/* ${MCE_PLUGINS}
|
|
rmdir ${LTC}
|
|
chown -R www.www ${MCE_PLUGINS}
|
|
|
|
.include <bsd.port.mk>
|