diff options
-rw-r--r-- | devel/libatomic_ops/Makefile | 3 | ||||
-rw-r--r-- | devel/libatomic_ops/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/devel/libatomic_ops/Makefile b/devel/libatomic_ops/Makefile index a51907631e0d..17c09e290147 100644 --- a/devel/libatomic_ops/Makefile +++ b/devel/libatomic_ops/Makefile @@ -4,8 +4,7 @@ PORTNAME= libatomic_ops DISTVERSION= 7.4.0 CATEGORIES= devel -MASTER_SITES= http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/ \ - http://www.hboehm.info/gc/gc_source/ +MASTER_SITES= http://www.hboehm.info/gc/gc_source/ MAINTAINER= rodrigo@FreeBSD.org COMMENT= Atomic operations access library diff --git a/devel/libatomic_ops/pkg-descr b/devel/libatomic_ops/pkg-descr index 4c37a914fc64..adf02166cbf5 100644 --- a/devel/libatomic_ops/pkg-descr +++ b/devel/libatomic_ops/pkg-descr @@ -11,4 +11,4 @@ operations. These might allow you to write code: For details and licensing restrictions, please see the documentation. -WWW: http://www.hpl.hp.com/personal/Hans_Boehm/gc/ +WWW: http://www.hboehm.info/gc/ |