8075dd646c
(the lang pack, advanceduer, draft...)
19 lines
308 B
Makefile
19 lines
308 B
Makefile
# $OpenBSD: Makefile.inc,v 1.2 2012/01/28 11:33:33 espie Exp $
|
|
|
|
|
|
MODULES += www/drupal6
|
|
|
|
# GPL
|
|
PERMIT_DISTFILES_CDROM ?=Yes
|
|
PERMIT_DISTFILES_FTP ?= Yes
|
|
PERMIT_PACKAGE_CDROM ?= Yes
|
|
PERMIT_PACKAGE_FTP ?= Yes
|
|
|
|
NO_BUILD ?= Yes
|
|
NO_REGRESS ?= Yes
|
|
|
|
.if !target(do-install)
|
|
do-install:
|
|
${MODDRUPAL_INSTALL}
|
|
.endif
|