openbsd-ports/www/drupal6/filefield/Makefile
stephan ea1ecd2e43 least invasive round of cleanup:
- 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.
2010-11-15 09:05:40 +00:00

12 lines
220 B
Makefile

# $OpenBSD: Makefile,v 1.9 2010/11/15 09:05:41 stephan Exp $
COMMENT = file cck field
DISTNAME = filefield-6.x-3.7
PKGNAME = drupal6-filefield-3.7
REVISION = 0
RUN_DEPENDS = ::www/drupal6/cck
.include <bsd.port.mk>