diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-24 21:37:14 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-24 21:37:14 +0000 |
commit | 0fb419cbfc3a36888ee23ef9f2c8081088be1484 (patch) | |
tree | 6a4c58a23ffb3c9723d415e17257b1017a61bd9b /www | |
parent | d9b572796d3be76e3bde1192cb7d59698464770a (diff) | |
download | freebsd-ports-0fb419cbfc3a36888ee23ef9f2c8081088be1484.zip |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q2
Diffstat (limited to 'www')
-rw-r--r-- | www/drupal7/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/drupal7/Makefile b/www/drupal7/Makefile index 08c812826af2..ce3440d86b2f 100644 --- a/www/drupal7/Makefile +++ b/www/drupal7/Makefile @@ -3,6 +3,7 @@ PORTNAME= drupal7 PORTVERSION= 7.37 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drupal-${PORTVERSION} @@ -14,7 +15,8 @@ COMMENT= Database driven web content management system (CMS) LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -USES= drupal:7 +USES= drupal:7 shebangfix +SHEBANG_FILES= scripts/password-hash.sh USE_PHP= dom filter gd hash json mbstring pcre pdo session simplexml xml WANT_PHP_WEB= yes |