Date: Wed, 14 Jul 2021 12:26:22 GMT From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 76f8790617d3 - main - japanese/another-htmllint: Install right 'htmllint' file Message-ID: <202107141226.16ECQMCl094580@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=76f8790617d3e5d7ab76803b15c7084d5818f8a7 commit 76f8790617d3e5d7ab76803b15c7084d5818f8a7 Author: Yasuhiro Kimura <yasu@utahime.org> AuthorDate: 2021-07-13 03:59:24 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2021-07-14 12:26:13 +0000 japanese/another-htmllint: Install right 'htmllint' file Install right 'htmllint' file. Currently one included in original archive is installed. But to work correctly one generated from file/htmllint.in need to be installed. So change 'do-install' target so it installs the latter instead of the former. PR: 256966 --- japanese/another-htmllint/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/japanese/another-htmllint/Makefile b/japanese/another-htmllint/Makefile index d9beb243b13e..03cd26cb8765 100644 --- a/japanese/another-htmllint/Makefile +++ b/japanese/another-htmllint/Makefile @@ -1,6 +1,6 @@ PORTNAME= another-htmllint PORTVERSION= 20111128 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= japanese www MASTER_SITES= http://openlab.ring.gr.jp/k16/htmllint/archives/ DISTNAME= htmllint @@ -50,7 +50,7 @@ do-build-W3M-on: do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/rule ${STAGEDIR}${DATADIR}/html - cd ${WRKSRC} && ${INSTALL_SCRIPT} htmllint ${STAGEDIR}${PREFIX}/bin + cd ${WRKSRC} && ${INSTALL_SCRIPT} ../htmllint ${STAGEDIR}${PREFIX}/bin cd ${WRKSRC} && ${INSTALL_SCRIPT} ${HTML} ${STAGEDIR}${DATADIR}/html cd ${WRKSRC} && ${INSTALL_DATA} ${PM} ${STAGEDIR}${DATADIR} cd ${WRKSRC} && ${INSTALL_DATA} ${RULE} ${STAGEDIR}${DATADIR}/rule
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107141226.16ECQMCl094580>