diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-01 10:55:30 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-01 10:55:30 +0000 |
commit | de3168247b1ab14e9c6dbff5cacafef7df9d5a11 (patch) | |
tree | 24a5eeb806915c074bce0698af7b426d9fcba77a /net/libunp | |
parent | 2d968506adcb992e41dcdfc432735d9bc262f73e (diff) | |
download | ports-de3168247b1ab14e9c6dbff5cacafef7df9d5a11.tar.gz ports-de3168247b1ab14e9c6dbff5cacafef7df9d5a11.zip |
Notes
Diffstat (limited to 'net/libunp')
-rw-r--r-- | net/libunp/Makefile | 4 | ||||
-rw-r--r-- | net/libunp/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/libunp/Makefile b/net/libunp/Makefile index 5a9477f06f94..14e8d1ed4a68 100644 --- a/net/libunp/Makefile +++ b/net/libunp/Makefile @@ -9,8 +9,8 @@ PORTNAME= libunp PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= net ipv6 -MASTER_SITES= ftp://ftp.kohala.com/pub/rstevens/ \ - http://www.cs.columbia.edu/networks98/stevens/ +MASTER_SITES= http://www1.cs.columbia.edu/networks98/stevens/ \ + ftp://ftp.kohala.com/pub/rstevens/ DISTNAME= unpv12e MAINTAINER= ports@FreeBSD.org diff --git a/net/libunp/pkg-descr b/net/libunp/pkg-descr index cbe19c725d57..964624db3421 100644 --- a/net/libunp/pkg-descr +++ b/net/libunp/pkg-descr @@ -9,4 +9,4 @@ http://www.phptr.com/ptrbooks/ptr_013490012X.html For more info on W. Richard Stevens, see -http://www.kohala.com/~rstevens/ +WWW: http://www.kohala.com/start/ |