diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-07 06:47:20 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-07 06:47:20 +0000 |
commit | df895bd769fc39161924f2b89f3548f60e4ea616 (patch) | |
tree | 8760c5cf10bd928eeb3f3eea0d644e8317be3734 /sysutils/fanout | |
parent | 995f5a5f620f84d12fd92f63ba018f0dbc95c4a5 (diff) |
Notes
Diffstat (limited to 'sysutils/fanout')
-rw-r--r-- | sysutils/fanout/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/fanout/Makefile b/sysutils/fanout/Makefile index f984b9a8e575..a2d899c7a6ad 100644 --- a/sysutils/fanout/Makefile +++ b/sysutils/fanout/Makefile @@ -11,7 +11,8 @@ MASTER_SITES= http://www.stearns.org/fanout/ \ MAINTAINER= jmohacsi@bsd.hu COMMENT= Tool to run commands on multiple machines -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes PLIST_FILES= bin/fanout bin/fanterm bin/fanmux .if !defined(NOPORTDOCS) |