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.
15 lines
281 B
Makefile
15 lines
281 B
Makefile
# $OpenBSD: Makefile,v 1.2 2010/11/15 09:05:41 stephan Exp $
|
|
|
|
COMMENT = german translation
|
|
EXTRACT_ONLY =
|
|
|
|
DISTNAME = de-6.x-1.0
|
|
PKGNAME = drupal6-de-1.0
|
|
REVISION = 1
|
|
|
|
post-extract:
|
|
mkdir -p ${WRKDIST}
|
|
cd ${WRKDIST} && tar zxf ${FULLDISTDIR}/${DISTFILES}
|
|
|
|
.include <bsd.port.mk>
|