- Stage support

This commit is contained in:
Martin Wilke 2014-02-19 04:37:01 +00:00
parent 42056f3f1d
commit 538076aa05
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344998
7 changed files with 4 additions and 11 deletions

View file

@ -404,5 +404,4 @@ module-dirs: patch
module-files: patch
@cd ${WRKSRC}; ${FIND} -s . -type f -d | ${SED} -e's|^\./| |;s|$$| \\|'
NO_STAGE= yes
.include <bsd.port.mk>

View file

@ -76,5 +76,4 @@ MODULE_DIRS= components \
DOC_FILES= CHANGELOG.txt LICENSE.txt README.txt THEMING.txt
NO_STAGE= yes
.include <bsd.port.mk>

View file

@ -67,8 +67,7 @@ MODULE_DIRS= editors/css editors/js editors plugins/break/images \
DOC_FILES= CHANGELOG.txt README.txt LICENSE.txt
NO_STAGE= yes
post-install:
${LN} -s ${PREFIX}/${TINYMCEDIR} ${PREFIX}/${DRUPAL_MODDIR}
${LN} -s ${PREFIX}/${TINYMCEDIR} ${STAGEDIR}${PREFIX}/${DRUPAL_MODDIR}
.include <bsd.port.mk>

View file

@ -142,5 +142,4 @@ MODULE_FILES= _custom/custom-style.css _custom/headerimg/credits.txt \
views-view.tpl.php zeropoint.info
DOC_FILES= CHANGELOG.txt LICENSE.txt README.txt
NO_STAGE= yes
.include <bsd.port.mk>

View file

@ -14,7 +14,6 @@ LICENSE= BSD
USE_DRUPAL= yes
NO_STAGE= yes
.include <bsd.port.options.mk>
DRUPAL_MODULE= yes

View file

@ -13,7 +13,6 @@ LICENSE= BSD
USE_DRUPAL= yes
NO_STAGE= yes
.include <bsd.port.options.mk>
DRUPAL_MODULE= yes

View file

@ -18,7 +18,6 @@ TINYMCE3_DESC= Install TinyMCE3 Editor
CKEDITOR_DESC= Install CKEditor
YUI_DESC= Install Yahoo UI Editor
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MTINYMCE3}
@ -103,13 +102,13 @@ DOC_FILES= CHANGELOG.txt README.txt LICENSE.txt
post-install:
.if ${PORT_OPTIONS:MTINYMCE3}
${LN} -fs ${PREFIX}/www/tinymce ${PREFIX}/${DRUPAL_MODLIB}
${LN} -fs ${PREFIX}/www/tinymce ${STAGEDIR}${PREFIX}/${DRUPAL_MODLIB}
.endif
.if ${PORT_OPTIONS:MCKEDITOR}
${LN} -fs ${PREFIX}/www/CKEditor ${PREFIX}/${DRUPAL_MODLIB}/ckeditor
${LN} -fs ${PREFIX}/www/CKEditor ${STAGEDIR}${PREFIX}/${DRUPAL_MODLIB}/ckeditor
.endif
.if ${PORT_OPTIONS:MYUI}
${LN} -fs ${PREFIX}/www/yahoo ${PREFIX}/${DRUPAL_MODLIB}/yui
${LN} -fs ${PREFIX}/www/yahoo ${STAGEDIR}${PREFIX}/${DRUPAL_MODLIB}/yui
.endif
.include <bsd.port.mk>