diff options
-rw-r--r-- | textproc/html2xhtml/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/html2xhtml/Makefile b/textproc/html2xhtml/Makefile index 7e8e57d1f2d5..9603686552fc 100644 --- a/textproc/html2xhtml/Makefile +++ b/textproc/html2xhtml/Makefile @@ -1,5 +1,6 @@ PORTNAME= html2xhtml PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://www.it.uc3m.es/jaf/html2xhtml/downloads/ @@ -8,12 +9,13 @@ COMMENT= Convert HTML to XHTML WWW= https://www.it.uc3m.es/jaf/html2xhtml GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USES= iconv CONFLICTS_INSTALL= p5-HTML-HTML5-Parser p5-XML-Driver-HTML # bin/html2xhtml PLIST_FILES= bin/dtdquery \ bin/html2xhtml \ - man/man1/html2xhtml.1.gz + share/man/man1/html2xhtml.1.gz .include <bsd.port.mk> |