diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-26 08:53:00 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-26 08:53:00 +0100 |
commit | 84164b74a3f168bdca3d991af9dac4df3faed60f (patch) | |
tree | 9ad8ad52752e7ded3cf778592cf5d22d39f653ff /textproc | |
parent | b05ea3cdc6108f3f4149b2ee39581eb80b2396d2 (diff) | |
download | freebsd-ports-84164b74a3f168bdca3d991af9dac4df3faed60f.zip |
textproc/html2xhtml: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'textproc')
-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> |