diff options
author | obache <obache@pkgsrc.org> | 2007-12-30 14:36:54 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-12-30 14:36:54 +0000 |
commit | 2f3d338ca6b6422065108639a7213c32646af524 (patch) | |
tree | 77bfd4ced901dc7e1723c333194e3f06e4e5e8b2 /devel/pcre++ | |
parent | 21e407d75efc8e1b31296b731ecdb11b878a02d8 (diff) | |
download | pkgsrc-2f3d338ca6b6422065108639a7213c32646af524.tar.gz |
Update MASTER_SITES, noticed by Zafer Aydogen by private mail.
And also change HOMEPAGE.
Diffstat (limited to 'devel/pcre++')
-rw-r--r-- | devel/pcre++/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/pcre++/Makefile b/devel/pcre++/Makefile index 17ab82a474d..c48e3b9bc1d 100644 --- a/devel/pcre++/Makefile +++ b/devel/pcre++/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.7 2006/06/04 21:49:54 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2007/12/30 14:36:54 obache Exp $ # DISTNAME= pcre++-0.9.5 PKGREVISION= 1 CATEGORIES= devel -MASTER_SITES= ftp://ftp.daemon.de/scip/Apps/pcre++/ +MASTER_SITES= http://www.daemon.de/files/mirror/ftp.daemon.de/scip/Apps/pcre++/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= ftp://ftp.daemon.de/scip/Apps/pcre++/ +HOMEPAGE= http://www.daemon.de/PCRE COMMENT= Wrapper class around the pcre library USE_LANGUAGES= c c++ |