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 76f8790617
)
This commit is contained in:
parent
b8684e17a0
commit
4d12465fa9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user