diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2005-05-09 09:52:34 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2005-05-09 09:52:34 +0000 |
commit | 4784ae3c998f1be66ff459aa284a54a623763fc7 (patch) | |
tree | 940007606a87f4fe0c59d2172efd01959e386c15 /devel/libelf | |
parent | 37c878cfd205b90c15bca8167930ea2f3d76a5b1 (diff) | |
download | ports-4784ae3c998f1be66ff459aa284a54a623763fc7.tar.gz ports-4784ae3c998f1be66ff459aa284a54a623763fc7.zip |
Chase the master site.
PR: 80187
Submitted by: Vasil Dimov <vd@datamax.bg>
Notes
Notes:
svn path=/head/; revision=134921
Diffstat (limited to 'devel/libelf')
-rw-r--r-- | devel/libelf/Makefile | 3 | ||||
-rw-r--r-- | devel/libelf/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/devel/libelf/Makefile b/devel/libelf/Makefile index 4eb12e22849b..6b1b43f46c86 100644 --- a/devel/libelf/Makefile +++ b/devel/libelf/Makefile @@ -10,8 +10,7 @@ PORTVERSION= 0.8.5 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SUNSITE} \ - http://www.stud.uni-hannover.de/~michael/software/ \ - ftp://ftp.stud.uni-hannover.de/pub/users/michael/ + http://www.mr511.de/software/ MASTER_SITE_SUBDIR= libs . MAINTAINER= roam@FreeBSD.org diff --git a/devel/libelf/pkg-descr b/devel/libelf/pkg-descr index bfd911cb568e..c8b68cea1804 100644 --- a/devel/libelf/pkg-descr +++ b/devel/libelf/pkg-descr @@ -5,5 +5,5 @@ From the libelf README file: that use libelf and work with the commercial (SVR4, Solaris) version but not with this one, please contact me. -WWW: http://www.stud.uni-hannover.de/~michael/software/ +WWW: http://www.mr511.de/software/ Author: Michael Riepe <michael@stud.uni-hannover.de> |