diff options
Diffstat (limited to 'textproc/kdoc/Makefile')
-rw-r--r-- | textproc/kdoc/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/textproc/kdoc/Makefile b/textproc/kdoc/Makefile index aa72e17..b864145 100644 --- a/textproc/kdoc/Makefile +++ b/textproc/kdoc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= kdoc -PORTVERSION= 2.1 +PORTVERSION= 2.2.2 CATEGORIES= textproc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src @@ -15,16 +15,13 @@ MAINTAINER= demon@FreeBSD.org USE_BZIP2= yes -.include <bsd.port.pre.mk> -.if ${OSVERSION} < 500007 -BROKEN= "Requires Perl version 5.6.0" -.endif - USE_GMAKE= yes GNU_CONFIGURE= yes MAN1= kdoc.1 qt2kdoc.1 makekdedoc.1 + pre-configure: - ${PERL} -pi -e "s#share/kdoc#lib/perl5/site_perl/${PERL_VER}#" ${WRKSRC}/Makefile.in + ${PERL} -pi -e "s#share/kdoc#lib/perl5/site_perl/${PERL_VER}#" \ + ${WRKSRC}/Makefile.in -.include <bsd.port.post.mk> +.include <bsd.port.mk> |