aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-03-31 21:25:34 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-03-31 21:25:34 +0800
commit13959ae08a714ceb53fdc068738426c3483b2631 (patch)
treec5d5c4e2a438c08f41bb14a223a6827e50ed4ea4
parent129d876774c13ed17f9d57aec0f9b2abd554bcf3 (diff)
downloadfreebsd-ports-gnome-13959ae08a714ceb53fdc068738426c3483b2631.tar.gz
freebsd-ports-gnome-13959ae08a714ceb53fdc068738426c3483b2631.tar.zst
freebsd-ports-gnome-13959ae08a714ceb53fdc068738426c3483b2631.zip
- Fix PORTSCOUT
-rw-r--r--net/p5-OAI-Harvester/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-OAI-Harvester/Makefile b/net/p5-OAI-Harvester/Makefile
index e7b9423fcb06..da3a2e74455e 100644
--- a/net/p5-OAI-Harvester/Makefile
+++ b/net/p5-OAI-Harvester/Makefile
@@ -22,7 +22,7 @@ BUILD_DEPENDS= p5-URI>=1.30:${PORTSDIR}/net/p5-URI \
p5-libwww>=2.0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PORTSCOUT= limit:[^_]*
+PORTSCOUT= limit:^[0-9\.]*$$
USE_PERL5= configure
USES= perl5