diff options
Diffstat (limited to 'devel/libg++/Makefile')
-rw-r--r-- | devel/libg++/Makefile | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/devel/libg++/Makefile b/devel/libg++/Makefile index 9b0f31b7cc82..0f7d98f64be9 100644 --- a/devel/libg++/Makefile +++ b/devel/libg++/Makefile @@ -8,12 +8,17 @@ DISTNAME= libg++-2.8.1.3 CATEGORIES= devel -MASTER_SITES= ftp://ftp.valinux.com/pub/support/hjl/ \ - ftp://egcs.cygnus.com/pub/gcc/infrastructure/ \ - ftp://ftp.iij.ad.jp/pub/egcs/infrastructure/ \ - ftp://ftp.ninemoons.com/pub/mirrors/egcs/infrastructure/ \ +MASTER_SITES= http://www.m-hollstein.de/libgxx/ \ + ftp://ftp.valinux.com/pub/support/hjl/ \ + ftp://egcs.cygnus.com/pub/gcc/infrastructure/ \ + ftp://ftp.iij.ad.jp/pub/egcs/infrastructure/ \ + ftp://ftp.ninemoons.com/pub/mirrors/egcs/infrastructure/ \ ${MASTER_SITE_GNU} +PATCH_SITES= http://www.m-hollstein.de/libgxx/ +PATCHFILES= libg++-2.8.1.3-20000312.diff.gz +PATCH_DIST_STRIP= -p1 + MAINTAINER= obrien@FreeBSD.org CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL} |