aboutsummaryrefslogtreecommitdiff
path: root/devel/pcre
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-10-15 05:28:54 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-10-15 05:28:54 +0000
commit7a08e0604bb6738b4aebc07847c21dc59b1a77dd (patch)
tree2c8ffe115d2c2054f3e484bf338a4b228a8d3e0b /devel/pcre
parent9393ef055c1ae1ec9d45b0128df10b72849d508f (diff)
downloadports-7a08e0604bb6738b4aebc07847c21dc59b1a77dd.tar.gz
ports-7a08e0604bb6738b4aebc07847c21dc59b1a77dd.zip
- add some unofficial mirror sites to make pcre fetchable
PR: 58039 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=91284
Diffstat (limited to 'devel/pcre')
-rw-r--r--devel/pcre/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile
index 009df39c4a25..1c2603732b65 100644
--- a/devel/pcre/Makefile
+++ b/devel/pcre/Makefile
@@ -9,9 +9,10 @@ PORTNAME= pcre
PORTVERSION= 4.4
CATEGORIES= devel
MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/%SUBDIR%/ \
- http://dl.droso.net/FreeBSD/distfiles/ \
- ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+ ftp://ftp.fu-berlin.de/unix/misc/%SUBDIR%/ \
+ ftp://ftp.tin.org/pub/libs/%SUBDIR%/
+MASTER_SITE_SUBDIR= \
+ ${PORTNAME}
MAINTAINER= eikemeier@fillmore-labs.com
COMMENT= Perl Compatible Regular Expressions library