diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-04-01 11:17:07 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-04-01 11:17:07 +0000 |
commit | 7aec0f0f215263aee118e287c3f2d27e9134f40e (patch) | |
tree | ebf745af9ecad5c3c5cb1683bef5ca2c90b9ff4e | |
parent | - Update to 5.1.0 (diff) |
- Fix LICENSE_FILE
- Update RUN_DEPENDS: remove PORTSDIR
Notes
Notes:
svn path=/head/; revision=412333
-rw-r--r-- | www/rubygem-unicorn-worker-killer/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/rubygem-unicorn-worker-killer/Makefile b/www/rubygem-unicorn-worker-killer/Makefile index f7e307eca8fa..408fbaba6a1e 100644 --- a/www/rubygem-unicorn-worker-killer/Makefile +++ b/www/rubygem-unicorn-worker-killer/Makefile @@ -10,10 +10,10 @@ COMMENT= Kill unicorn workers by memory and request counts LICENSE= GPLv2 GPLv3 RUBY LICENSE_COMB= dual -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-get_process_mem>=0:${PORTSDIR}/devel/rubygem-get_process_mem \ - rubygem-unicorn>=4:${PORTSDIR}/www/rubygem-unicorn +RUN_DEPENDS= rubygem-get_process_mem>=0:devel/rubygem-get_process_mem \ + rubygem-unicorn>=4:www/rubygem-unicorn NO_ARCH= yes USE_RUBY= yes |