diff --git a/perl-HTML-Parser.spec b/perl-HTML-Parser.spec
index 6da6370..89ae357 100644
--- a/perl-HTML-Parser.spec
+++ b/perl-HTML-Parser.spec
@@ -52,12 +52,11 @@ HTML::LinkExtor, HTML::PullParser, and HTML::TokeParser modules.
chmod -c a-x eg/*
%build
-perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1 \
- NO_PERLLOCAL=1
-%make_build
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1 NO_PERLLOCAL=1
+%{make_build}
%install
-%make_install
+%{make_install}
file=%{buildroot}%{_mandir}/man3/HTML::Entities.3pm
iconv -f iso-8859-1 -t utf-8 <"$file" > "${file}_" && \
touch -r ${file} ${file}_ && \