diff options
Diffstat (limited to 'japanese/another-htmllint/Makefile')
-rw-r--r-- | japanese/another-htmllint/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/japanese/another-htmllint/Makefile b/japanese/another-htmllint/Makefile index 3206dbd25587..bd0af7ada63e 100644 --- a/japanese/another-htmllint/Makefile +++ b/japanese/another-htmllint/Makefile @@ -25,6 +25,7 @@ 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 |