diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-14 15:39:55 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-14 15:39:55 +0000 |
commit | 83c866582685f3a2e746dff88754f482f188b3cb (patch) | |
tree | 878c1dcfbc68dfde699df6e17203f23ef47f64be /net-mgmt/flowd/Makefile | |
parent | - Fix build on head without gcc (diff) |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=327296
Diffstat (limited to 'net-mgmt/flowd/Makefile')
-rw-r--r-- | net-mgmt/flowd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/flowd/Makefile b/net-mgmt/flowd/Makefile index ea6ba726bdfc..547dd312c214 100644 --- a/net-mgmt/flowd/Makefile +++ b/net-mgmt/flowd/Makefile @@ -17,9 +17,9 @@ OPTIONS_DEFAULT=PERL PERL_DESC= Install flowd perl module PYTHON_DESC= Install flowd Python support +USES= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var -USE_GMAKE= yes USE_RC_SUBR= flowd MAN8= flowd.8 flowd-reader.8 MAN5= flowd.conf.5 @@ -31,7 +31,7 @@ GROUPS= ${FLOWD_USER} .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPERL} -USE_PERL5= yes +USES+= perl5 PLIST_SUB+= PERL="" MAN3= Flowd.3 .else |