openbsd-ports/www/drupal5/autolocale/Makefile
espie c7518e8b56 put stuff in the right location, namely, not with core.
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@
2008-02-24 15:48:25 +00:00

14 lines
423 B
Makefile

# $OpenBSD: Makefile,v 1.2 2008/02/24 15:48:25 espie Exp $
COMMENT = automatic locale import for drupal
DISTNAME = autolocale-5.x-1.x-dev
PKGNAME = drupal5-autolocale-1p0
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/${DRUPAL_ROOT}/profiles/localized
mv ${PREFIX}/${DRUPAL_MODS}/autolocale/localized.profile ${PREFIX}/${DRUPAL_ROOT}/profiles/localized
chown -R www.www ${PREFIX}/${DRUPAL_ROOT}
.include <bsd.port.mk>