git: 4d12465fa9f7 - 2021Q3 - japanese/another-htmllint: Install right 'htmllint' file
Tobias C. Berner
tcberner at FreeBSD.org
Wed Jul 14 12:27:29 UTC 2021
The branch 2021Q3 has been updated by tcberner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4d12465fa9f7dc9275b96a8613060210199195f4
commit 4d12465fa9f7dc9275b96a8613060210199195f4
Author: Yasuhiro Kimura <yasu at utahime.org>
AuthorDate: 2021-07-13 03:59:24 +0000
Commit: Tobias C. Berner <tcberner at FreeBSD.org>
CommitDate: 2021-07-14 12:27:18 +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
(cherry picked from commit 76f8790617d3e5d7ab76803b15c7084d5818f8a7)
---
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
More information about the dev-commits-ports-all
mailing list