diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-01-07 11:11:48 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-01-07 11:11:48 +0000 |
commit | 2e0134082d063b23d3ce7eab4c07b4668a21cb74 (patch) | |
tree | ece61278c9be009f58e977768a9455a8b9f833ab /net/libsocket++ | |
parent | dccefb8a4b9bb644e2da8824b59d548ff80fe881 (diff) |
Notes
Diffstat (limited to 'net/libsocket++')
-rw-r--r-- | net/libsocket++/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/libsocket++/Makefile b/net/libsocket++/Makefile index fff73280d003..2f2845da0c04 100644 --- a/net/libsocket++/Makefile +++ b/net/libsocket++/Makefile @@ -5,13 +5,16 @@ # Whom: Narvi <narvi@haldjas.folklore.ee> # David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.1.1.1 1997/02/07 23:54:06 obrien Exp $ +# $Id: Makefile,v 1.2 1997/07/17 15:12:57 max Exp $ # DISTNAME= socket++-1.10 PKGNAME= libsocket++-1.10 CATEGORIES= net -MASTER_SITES= ftp://ftp.fh-furtwangen.de/pub/C++-class-libraries/networking/ +MASTER_SITES= ftp://ftp.umsicht.fhg.de/pub/unix/language/C++/class-libraries/ \ + ftp://ftp.par.univie.ac.at/pub/unix/c++/ \ + ftp://jungfrau.ptf.hro.nl/pub/socket/ + MAINTAINER= narvi@haldjas.folklore.ee |