diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2004-10-18 02:13:10 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2004-10-18 02:13:10 +0000 |
commit | 07c47ea81398751377213ecf9f01a00c45e9b3b8 (patch) | |
tree | b5202c5ca656f4914516de1c955711b0b2097de0 /textproc/p5-HTML-Format/Makefile | |
parent | 92d217611fd46499f4e62d3aff8c804a81a15747 (diff) |
Notes
Diffstat (limited to 'textproc/p5-HTML-Format/Makefile')
-rw-r--r-- | textproc/p5-HTML-Format/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-HTML-Format/Makefile b/textproc/p5-HTML-Format/Makefile index 97fcf183f49a..9227eeeead9a 100644 --- a/textproc/p5-HTML-Format/Makefile +++ b/textproc/p5-HTML-Format/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTML-Format -PORTVERSION= 2.03 +PORTVERSION= 2.04 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML @@ -20,6 +20,7 @@ BUILD_DEPENDS= ${SITE_PERL}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree \ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes +INSTALL_TARGET= pure_install MAN3= HTML::Formatter.3 HTML::FormatPS.3 HTML::FormatRTF.3 HTML::FormatText.3 .include <bsd.port.mk> |