diff options
author | Chris Rees <crees@FreeBSD.org> | 2011-08-31 15:53:47 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2011-08-31 15:53:47 +0000 |
commit | a388cc30c37b1ac5194bf4201ffd1f32e2f8b9b3 (patch) | |
tree | 7d8da1265c7a2fe93ae375c1c52558b7e3705d53 /www/drupal6-advanced_help | |
parent | 777468906a4e83a54b03007c79514a361224b8be (diff) | |
download | ports-a388cc30c37b1ac5194bf4201ffd1f32e2f8b9b3.tar.gz ports-a388cc30c37b1ac5194bf4201ffd1f32e2f8b9b3.zip |
Notes
Diffstat (limited to 'www/drupal6-advanced_help')
-rw-r--r-- | www/drupal6-advanced_help/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/drupal6-advanced_help/Makefile b/www/drupal6-advanced_help/Makefile index 62a23b13db8d..a042dcda9ab3 100644 --- a/www/drupal6-advanced_help/Makefile +++ b/www/drupal6-advanced_help/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://ftp.drupal.org/files/projects/ MAINTAINER= rea@FreeBSD.org COMMENT= Allows to store module help pages outside the module system +USE_DRUPAL= yes DRUPAL6_MODULE= yes MODULE_DIRS= help \ help_example/help help_example/translations help_example \ @@ -48,6 +49,4 @@ MODULE_FILES= help/advanced_help.help.ini help/ini-file.html \ translations/fr.po DOC_FILES= LICENSE.txt -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.drupal.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |