diff options
author | dsainty <dsainty@pkgsrc.org> | 2007-10-21 04:48:15 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2007-10-21 04:48:15 +0000 |
commit | 171b941d157a69920fe210cff919ce140296229a (patch) | |
tree | 9842ffe8111387d01612f371545fcdd88819bbc9 /devel/pcre | |
parent | 837a62a9773b62deafe921548ea0690c3ffc2af5 (diff) | |
download | pkgsrc-171b941d157a69920fe210cff919ce140296229a.tar.gz |
Add SourceForge as an option to the MASTER_SITES
Diffstat (limited to 'devel/pcre')
-rw-r--r-- | devel/pcre/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile index ec522fbb852..33abb29f7dc 100644 --- a/devel/pcre/Makefile +++ b/devel/pcre/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.42 2007/10/17 20:49:42 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2007/10/21 04:48:15 dsainty Exp $ DISTNAME= pcre-7.4 CATEGORIES= devel -MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ +MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ \ + ${MASTER_SITE_SOURCEFORGE:=pcre/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org |