diff options
author | crees <crees@FreeBSD.org> | 2011-08-11 21:29:31 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-08-11 21:29:31 +0800 |
commit | fc7a2fdd9d635246b7621393b575f75f3c15f21a (patch) | |
tree | cd32babf7a132de49d217f990c8a1355e9bbfa3c /www/drupal6-cck | |
parent | ec37fc112e84c6e3db1b526b1a024276b6e6ec05 (diff) | |
download | freebsd-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/drupal6-cck')
-rw-r--r-- | www/drupal6-cck/Makefile | 3 |
1 files changed, 0 insertions, 3 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> |