aboutsummaryrefslogtreecommitdiffstats
path: root/www/drupal6-print
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2011-08-31 23:53:47 +0800
committercrees <crees@FreeBSD.org>2011-08-31 23:53:47 +0800
commit45d573e4626e7a9311ffd9bcff764eea838d87ce (patch)
treedeb3fb09b6409be3a175d55a0d9e41ab81a3146b /www/drupal6-print
parent473f616c9ebb406b67c57f50261f30bae70297bb (diff)
downloadfreebsd-ports-gnome-45d573e4626e7a9311ffd9bcff764eea838d87ce.tar.gz
freebsd-ports-gnome-45d573e4626e7a9311ffd9bcff764eea838d87ce.tar.zst
freebsd-ports-gnome-45d573e4626e7a9311ffd9bcff764eea838d87ce.zip
Use USE_DRUPAL instead of including bsd.drupal.mk
Diffstat (limited to 'www/drupal6-print')
-rw-r--r--www/drupal6-print/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/drupal6-print/Makefile b/www/drupal6-print/Makefile
index f0d681d065d7..6dbca4ba3795 100644
--- a/www/drupal6-print/Makefile
+++ b/www/drupal6-print/Makefile
@@ -13,6 +13,7 @@ MASTER_SITES= http://ftp.drupal.org/files/projects/
MAINTAINER= rea@FreeBSD.org
COMMENT= Drupal 6 module that add printer-friendly pages
+USE_DRUPAL= yes
DRUPAL6_MODULE= yes
MODULE_DIRS= icons translations
MODULE_FILES= icons/mail_icon.gif icons/pdf_icon.gif icons/print_icon.gif \
@@ -34,6 +35,4 @@ MODULE_FILES= icons/mail_icon.gif icons/pdf_icon.gif icons/print_icon.gif \
DOC_FILES= CHANGELOG.txt CREDITS.txt INSTALL.txt \
LICENSE.txt MAINTAINERS.txt README.txt
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/Mk/bsd.drupal.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>