diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1998-10-23 16:47:00 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1998-10-23 16:47:00 +0000 |
commit | 66545edc0cf51e69b8625f6603122a6f7220e7ec (patch) | |
tree | 985cb8d0e4b9f08d8bd4bc60dc81d716ee04c603 /sysutils/xperfmon3 | |
parent | 2fa71d38750639408288126cb574d7765456484c (diff) | |
download | ports-66545edc0cf51e69b8625f6603122a6f7220e7ec.tar.gz ports-66545edc0cf51e69b8625f6603122a6f7220e7ec.zip |
Notes
Diffstat (limited to 'sysutils/xperfmon3')
-rw-r--r-- | sysutils/xperfmon3/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/xperfmon3/Makefile b/sysutils/xperfmon3/Makefile index 5240bd731d48..92b18d1ddeb3 100644 --- a/sysutils/xperfmon3/Makefile +++ b/sysutils/xperfmon3/Makefile @@ -3,15 +3,16 @@ # Date created: 14 March 97 # Whom: Lars Koeller <Lars.Koeller@Uni-Bielefeld.DE> # -# $Id: Makefile,v 1.18 1998/10/09 10:01:32 obrien Exp $ +# $Id: Makefile,v 1.19 1998/10/21 00:57:41 steve Exp $ # DISTNAME= xperfmon++ PKGNAME= xperfmon++-2.0 CATEGORIES= sysutils x11 # In Germany try this -MASTER_SITES= ftp://proteus.arc.nasa.gov/pub/ \ - ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller +MASTER_SITES= ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/ \ + ftp://ftp.u-aizu.ac.jp/pub/misc/tools/xperfmon/ \ + ftp://ftp.ibank.ru/pub/unix_src/benchmarks/ DISTFILES= xperfmon++v1.1.tar.Z |