ea1ecd2e43
- install drupal modules/themes as root:daemon rather than www:www (only the files/ directory needs to be writeable by 'www'). - don't install 'settings.php' world-readable since it contains the DB password. Use 640, owner 'www' instead. - bump all modules. tested in production, including upgrade szenarios. ok sthen@ and landry@, maintainer timeout.
21 lines
479 B
Makefile
21 lines
479 B
Makefile
# $OpenBSD: Makefile,v 1.3 2010/11/15 09:05:40 stephan Exp $
|
|
|
|
COMMENT = CKeditor for drupal
|
|
|
|
DISTNAME = ckeditor-6.x-1.2
|
|
PKGNAME = drupal6-ckeditor-1.2
|
|
V = 3.4.1
|
|
REVISION = 0
|
|
ED = ckeditor_$V.tar.gz
|
|
DISTFILES = ${DISTNAME}.tar.gz \
|
|
${ED}:0
|
|
EXTRACT_ONLY = ${DISTNAME}.tar.gz
|
|
|
|
MASTER_SITES0 = http://download.cksource.com/CKEditor/CKEditor/CKEditor%20$V/
|
|
|
|
post-extract:
|
|
cd ${WRKDIST} && tar zxf ${FULLDISTDIR}/${ED}
|
|
chmod -R u+wX ${WRKDIST}/ckeditor
|
|
|
|
.include <bsd.port.mk>
|