diff options
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++ |