aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.drupal.mk
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2011-07-29 08:46:50 +0000
committerChris Rees <crees@FreeBSD.org>2011-07-29 08:46:50 +0000
commit03156a6e844dd025fcc020021a8b3e74ba7a01e9 (patch)
tree35f8719a961dec558b638a85ee45cf008ca447f9 /Mk/bsd.drupal.mk
parentb9b49949b3f74203a03cb61eef655b3dec726d41 (diff)
downloadports-03156a6e844dd025fcc020021a8b3e74ba7a01e9.tar.gz
ports-03156a6e844dd025fcc020021a8b3e74ba7a01e9.zip
Notes
Diffstat (limited to 'Mk/bsd.drupal.mk')
-rw-r--r--Mk/bsd.drupal.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/Mk/bsd.drupal.mk b/Mk/bsd.drupal.mk
index ae098e30dfb4..c5cccd1aca3b 100644
--- a/Mk/bsd.drupal.mk
+++ b/Mk/bsd.drupal.mk
@@ -1,5 +1,15 @@
+#-*- mode: makefile; tab-width: 4; -*-
+: ex:ts=4
+#
# $FreeBSD$
#
+# bsd.drupal.mk - Support for Drupal ports and modules.
+#
+# For FreeBSD committers:
+# Please send all suggested changes to the maintainer instead of committing
+# them to CVS yourself.
+
+bsd_drupal_mk_MAINTAINER= nick@foobar.org
# Make sure we cannot define any combination of DRUPAL{5,6}
.if (defined(DRUPAL5_MODULE) && defined(DRUPAL6_MODULE))