aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2013-11-19 00:45:09 +0800
committermat <mat@FreeBSD.org>2013-11-19 00:45:09 +0800
commit7104d04fa6390b447400eba5b28df71a85aab421 (patch)
tree1f4367f53911cc112a7fd0f4bec71bfa584b45b6 /www
parent7544e51fe11fe9aeb75e8a7245e6ddda8daa40d1 (diff)
downloadfreebsd-ports-gnome-7104d04fa6390b447400eba5b28df71a85aab421.tar.gz
freebsd-ports-gnome-7104d04fa6390b447400eba5b28df71a85aab421.tar.zst
freebsd-ports-gnome-7104d04fa6390b447400eba5b28df71a85aab421.zip
Use new USES=dos2unix
Diffstat (limited to 'www')
-rw-r--r--www/p5-HTTP-Recorder/Makefile3
-rw-r--r--www/p5-WWW-Search/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/www/p5-HTTP-Recorder/Makefile b/www/p5-HTTP-Recorder/Makefile
index ba2fbb8a44cf..093302d34b58 100644
--- a/www/p5-HTTP-Recorder/Makefile
+++ b/www/p5-HTTP-Recorder/Makefile
@@ -17,9 +17,8 @@ BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
+USES= perl5 dos2unix
USE_PERL5= configure
-USE_DOS2UNIX= yes
post-patch:
@${RM} -f ${WRKSRC}/lib/HTTP/Recorder.pm.orig
diff --git a/www/p5-WWW-Search/Makefile b/www/p5-WWW-Search/Makefile
index 3211ffa53214..216ec56ccbd5 100644
--- a/www/p5-WWW-Search/Makefile
+++ b/www/p5-WWW-Search/Makefile
@@ -35,8 +35,7 @@ TEST_DEPENDS= p5-IO-Capture>=0:${PORTSDIR}/devel/p5-IO-Capture \
p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
-USES= perl5
+USES= perl5 dos2unix
USE_PERL5= configure
-USE_DOS2UNIX= yes
.include <bsd.port.mk>