diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:08:37 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:08:37 +0800 |
commit | 0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c (patch) | |
tree | 23607acdfffe977946d3c7bb877bab60e64640e7 /japanese/another-htmllint | |
parent | 148314483d3098c0d6a33944f1190842e671502f (diff) | |
download | freebsd-ports-gnome-0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c.tar.gz freebsd-ports-gnome-0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c.tar.zst freebsd-ports-gnome-0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c.zip |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'japanese/another-htmllint')
-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: |