aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2011-08-11 21:29:31 +0800
committercrees <crees@FreeBSD.org>2011-08-11 21:29:31 +0800
commitfc7a2fdd9d635246b7621393b575f75f3c15f21a (patch)
treecd32babf7a132de49d217f990c8a1355e9bbfa3c /www
parentec37fc112e84c6e3db1b526b1a024276b6e6ec05 (diff)
downloadfreebsd-ports-gnome-fc7a2fdd9d635246b7621393b575f75f3c15f21a.tar.gz
freebsd-ports-gnome-fc7a2fdd9d635246b7621393b575f75f3c15f21a.tar.zst
freebsd-ports-gnome-fc7a2fdd9d635246b7621393b575f75f3c15f21a.zip
- bsd.drupal.mk has been repocopied to ${PORTSDIR}/Mk
- Prepare bsd.drupal.mk for use in ${PORTSDIR}/Mk - Remove unneeded LICENSE lines from drupal ports PR: ports/153795 Submitted by: Nick Hilliard <nick@foobar.org> (maintainer)
Diffstat (limited to 'www')
-rw-r--r--www/drupal6-cck/Makefile3
-rw-r--r--www/drupal6-pathauto/Makefile3
-rw-r--r--www/drupal6/Makefile3
-rw-r--r--www/drupal7/Makefile3
4 files changed, 0 insertions, 12 deletions
diff --git a/www/drupal6-cck/Makefile b/www/drupal6-cck/Makefile
index ed700409530b..49fe103a2327 100644
--- a/www/drupal6-cck/Makefile
+++ b/www/drupal6-cck/Makefile
@@ -246,9 +246,6 @@ MODULE_FILES= help/add-existing-field.html \
DOC_FILES= CHANGELOG.txt DEVELOPER.txt README.txt UPGRADE.txt \
LICENSE.txt
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.drupal.mk"
.include <bsd.port.post.mk>
diff --git a/www/drupal6-pathauto/Makefile b/www/drupal6-pathauto/Makefile
index 38eaba6c8b13..2186cb238304 100644
--- a/www/drupal6-pathauto/Makefile
+++ b/www/drupal6-pathauto/Makefile
@@ -28,9 +28,6 @@ MODULE_DIRS= translations
DOC_FILES= INSTALL.txt API.txt README.txt i18n-ascii.example.txt \
LICENSE.txt
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.drupal.mk"
.include <bsd.port.post.mk>
diff --git a/www/drupal6/Makefile b/www/drupal6/Makefile
index 05f354695f4d..977718425c68 100644
--- a/www/drupal6/Makefile
+++ b/www/drupal6/Makefile
@@ -32,9 +32,6 @@ DOCS= CHANGELOG.txt INSTALL.txt LICENSE.txt MAINTAINERS.txt \
SUB_FILES+= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-
.include <bsd.port.pre.mk>
.if defined(WITH_MYSQL)
diff --git a/www/drupal7/Makefile b/www/drupal7/Makefile
index d19c32eaf47f..54e6e6fd8db7 100644
--- a/www/drupal7/Makefile
+++ b/www/drupal7/Makefile
@@ -32,9 +32,6 @@ DOCS= CHANGELOG.txt INSTALL.txt LICENSE.txt MAINTAINERS.txt \
SUB_FILES+= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-
.include <bsd.port.pre.mk>
.if defined(WITH_MYSQL)