diff options
author | erwin <erwin@FreeBSD.org> | 2003-10-15 13:28:54 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-10-15 13:28:54 +0800 |
commit | 27667633aa5b00c16ca762152265b3309380f6c7 (patch) | |
tree | 3e4d6a9562b8d00e4dee370f8dfdfbc3c36b3241 /devel | |
parent | 9c7cd21d6a361d85d304e68530131ef34c6422df (diff) | |
download | freebsd-ports-gnome-27667633aa5b00c16ca762152265b3309380f6c7.tar.gz freebsd-ports-gnome-27667633aa5b00c16ca762152265b3309380f6c7.tar.zst freebsd-ports-gnome-27667633aa5b00c16ca762152265b3309380f6c7.zip |
- add some unofficial mirror sites to make pcre fetchable
PR: 58039
Submitted by: maintainer
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pcre/Makefile | 7 |
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 |