diff options
author | Andrej Zverev <az@FreeBSD.org> | 2010-09-19 17:52:42 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2010-09-19 17:52:42 +0000 |
commit | 927cad87a5539d9f429c58ac9381bda6cbd52a5e (patch) | |
tree | 87987c9308145497325a9be874e20452e4ff0b81 /textproc/p5-HTML-Tidy/Makefile | |
parent | c2a2116275cdb0028f6316913a56309b98394ab9 (diff) |
Notes
Diffstat (limited to 'textproc/p5-HTML-Tidy/Makefile')
-rw-r--r-- | textproc/p5-HTML-Tidy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-HTML-Tidy/Makefile b/textproc/p5-HTML-Tidy/Makefile index 5005423c4805..0ca148c93bb1 100644 --- a/textproc/p5-HTML-Tidy/Makefile +++ b/textproc/p5-HTML-Tidy/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTML-Tidy -PORTVERSION= 1.52 +PORTVERSION= 1.54 CATEGORIES= textproc www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -27,7 +27,7 @@ post-patch: ${WRKSRC}/Makefile.PL .if !defined(NOPORTDOCS) -PORTDOCS= Changes README +PORTDOCS= Changes README.markdown post-install: @${MKDIR} ${DOCSDIR} |