diff options
| author | Steve Wills <swills@FreeBSD.org> | 2016-04-27 16:36:41 +0000 |
|---|---|---|
| committer | Steve Wills <swills@FreeBSD.org> | 2016-04-27 16:36:41 +0000 |
| commit | b3e8fe8d85d1f32b6b8813589ed8637a8accb185 (patch) | |
| tree | 146c1b1aad08357a95df3348dea477d956cd3816 /sysutils/rubygem-fluentd | |
| parent | Update to upstream version 0.05.25 (diff) | |
create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem
PR: 209041
Differential Revision: https://reviews.freebsd.org/D6070
Notes
Notes:
svn path=/head/; revision=414118
Diffstat (limited to 'sysutils/rubygem-fluentd')
| -rw-r--r-- | sysutils/rubygem-fluentd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/rubygem-fluentd/Makefile b/sysutils/rubygem-fluentd/Makefile index 4e159834f294..6cfc92995941 100644 --- a/sysutils/rubygem-fluentd/Makefile +++ b/sysutils/rubygem-fluentd/Makefile @@ -20,11 +20,10 @@ RUN_DEPENDS= \ rubygem-tzinfo>=1.0.0:devel/rubygem-tzinfo USE_RUBY= yes -USE_RUBYGEMS= yes PLIST_FILES= bin/fluent-cat bin/fluent-debug bin/fluent-gem bin/fluentd \ "@sample etc/fluentd/fluent.conf.sample" PLIST_DIRS= etc/fluentd/plugin -RUBYGEM_AUTOPLIST= yes +USES= gem:autoplist USE_RC_SUBR= fluentd USERS= fluentd GROUPS= fluentd |
