openbsd-ports/www/drupal6/backup_migrate/Makefile
espie 1c2fc9212e people keep adding drupal modules without changing the default MAINTAINER,
so start putting myself in on stuff I explicitly want to maintain...
2012-01-28 11:20:52 +00:00

12 lines
336 B
Makefile

# $OpenBSD: Makefile,v 1.6 2012/01/28 11:20:52 espie Exp $
COMMENT = backup mysql database directly from drupal
MAINTAINER = Marc Espie <espie@openbsd.org>
DISTNAME = backup_migrate-6.x-2.4
PKGNAME = drupal6-backup-migrate-2.4
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/${DRUPAL_ROOT}/files/backup_migrate
.include <bsd.port.mk>