diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:08:37 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:08:37 +0000 |
commit | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (patch) | |
tree | 23607acdfffe977946d3c7bb877bab60e64640e7 /japanese/another-htmllint/Makefile | |
parent | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (diff) | |
download | ports-a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2.tar.gz ports-a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2.zip |
Notes
Diffstat (limited to 'japanese/another-htmllint/Makefile')
-rw-r--r-- | japanese/another-htmllint/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/japanese/another-htmllint/Makefile b/japanese/another-htmllint/Makefile index ce08d10df0d8..712686c60543 100644 --- a/japanese/another-htmllint/Makefile +++ b/japanese/another-htmllint/Makefile @@ -9,8 +9,8 @@ DISTNAME= htmllint MAINTAINER= kuriyama@FreeBSD.org COMMENT= Another HTML-lint (all messages are written in Japanese) -RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode +RUN_DEPENDS= p5-libwww>=0:www/p5-libwww \ + ja-p5-Jcode>=0:japanese/p5-Jcode USES= dos2unix perl5 shebangfix zip WRKSRC= ${WRKDIR} @@ -22,7 +22,7 @@ NO_ARCH= YES OPTIONS_DEFINE= W3M W3M_DESC= Use w3m to show rendering result -W3M_RUN_DEPENDS= w3m>0:${PORTSDIR}/www/w3m +W3M_RUN_DEPENDS= w3m>0:www/w3m PM= htmllint.pm RFC2396.pm htmllint.env RULE= *.rul @@ -35,7 +35,7 @@ HTMLLINT_ADMIN?= kuriyama@FreeBSD.org .include <bsd.port.pre.mk> .if ${PERL_LEVEL} >= 502200 -RUN_DEPENDS+= p5-CGI.pm>=0:${PORTSDIR}/www/p5-CGI.pm +RUN_DEPENDS+= p5-CGI.pm>=0:www/p5-CGI.pm .endif do-build: |