aboutsummaryrefslogtreecommitdiff
path: root/japanese/another-htmllint
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2014-06-14 08:38:25 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2014-06-14 08:38:25 +0000
commit10ff1c87b74d2c4ba869cc0ceb00a962a51c5f28 (patch)
tree6e8a177fc6ea7f6bbf3860c8539d368670529bd1 /japanese/another-htmllint
parentc0b8b9ab8e35de7160c8b121a63ff2c9845b2994 (diff)
downloadports-10ff1c87b74d2c4ba869cc0ceb00a962a51c5f28.tar.gz
ports-10ff1c87b74d2c4ba869cc0ceb00a962a51c5f28.zip
- Stagify.
Notes
Notes: svn path=/head/; revision=357756
Diffstat (limited to 'japanese/another-htmllint')
-rw-r--r--japanese/another-htmllint/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/japanese/another-htmllint/Makefile b/japanese/another-htmllint/Makefile
index 30cb6c8bc7e3..c9b525c43dca 100644
--- a/japanese/another-htmllint/Makefile
+++ b/japanese/another-htmllint/Makefile
@@ -15,7 +15,7 @@ USES= dos2unix perl5 zip
WRKSRC= ${WRKDIR}
DOS2UNIX_FILES= readme.txt
-DIR= ${PREFIX}/share/htmllint
+DIR= ${STAGEDIR}${PREFIX}/share/htmllint
PM= htmllint.pm RFC2396.pm htmllint.env
RULE= *.rul
HTML= *.cgi *.html *.gif *.css
@@ -24,7 +24,6 @@ SEDSUB= ${SED} -e 's@%PREFIX%@${PREFIX}@'
# Please set this!
HTMLLINT_ADMIN?= kuriyama@FreeBSD.org
-NO_STAGE= yes
do-build:
@${SEDSUB} ${FILESDIR}/htmllint > ${WRKSRC}/htmllint
@${SEDSUB} ${WRKSRC}/htmllintenv > ${WRKSRC}/htmllint.env
@@ -38,7 +37,7 @@ do-build:
do-install:
${MKDIR} ${DIR}/rule ${DIR}/html
- cd ${WRKSRC} && ${INSTALL_SCRIPT} htmllint ${PREFIX}/bin
+ cd ${WRKSRC} && ${INSTALL_SCRIPT} htmllint ${STAGEDIR}${PREFIX}/bin
cd ${WRKSRC} && ${INSTALL_SCRIPT} ${HTML} ${DIR}/html
cd ${WRKSRC} && ${INSTALL_DATA} ${PM} ${DIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${RULE} ${DIR}/rule