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-pathauto | |
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-pathauto')
-rw-r--r-- | www/drupal6-pathauto/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
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> |