diff options
Diffstat (limited to 'japanese/another-htmllint/Makefile')
-rw-r--r-- | japanese/another-htmllint/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/japanese/another-htmllint/Makefile b/japanese/another-htmllint/Makefile index ea38fb459eeb..ec6e62ceada5 100644 --- a/japanese/another-htmllint/Makefile +++ b/japanese/another-htmllint/Makefile @@ -51,12 +51,6 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500801 -JCODE= ${SITE_PERL}/${PERL_ARCH}/Jcode.pm -.else JCODE= ${SITE_PERL}/Jcode.pm -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |