openbsd-ports/www/drupal6/Makefile
espie 100f0c7870 SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
2010-02-01 17:00:12 +00:00

59 lines
1.2 KiB
Makefile

# $OpenBSD: Makefile,v 1.24 2010/02/01 17:00:14 espie Exp $
SUBDIR =
SUBDIR += FCKeditor
SUBDIR += admin-menu
SUBDIR += advanced_help
SUBDIR += advanced_user
SUBDIR += alternate_login
SUBDIR += auto_nodetitle
SUBDIR += backup_migrate
SUBDIR += bueditor
SUBDIR += captcha
SUBDIR += cck
SUBDIR += compact_forms
SUBDIR += contemplate
SUBDIR += content_access
SUBDIR += core
SUBDIR += ctools
SUBDIR += date
SUBDIR += devel
SUBDIR += dhtml_menu
SUBDIR += draft
SUBDIR += filefield
SUBDIR += globalredirect
SUBDIR += imageapi
SUBDIR += imagecache
SUBDIR += imagecache_profiles
SUBDIR += imagefield
SUBDIR += ldap_integration
SUBDIR += locale-de
SUBDIR += locale-fr
SUBDIR += locale-it
SUBDIR += locale-ja
SUBDIR += masquerade
SUBDIR += meta-tags
SUBDIR += nodeaccess_userreference
SUBDIR += nodetype
SUBDIR += panels
SUBDIR += pathauto
SUBDIR += phpmailer
SUBDIR += poormanscron
SUBDIR += printer-friendly
SUBDIR += publishcontent
SUBDIR += scheduler
SUBDIR += schema
SUBDIR += securelogin
SUBDIR += theme-acquia-marina
SUBDIR += theme-newsflash
SUBDIR += themesettingsapi
SUBDIR += token
SUBDIR += user_import
SUBDIR += user_readonly
SUBDIR += views
SUBDIR += views_bulk_operations
SUBDIR += webform
SUBDIR += workflow
.include <bsd.port.subdir.mk>