diff options
author | Lars Koeller <lkoeller@FreeBSD.org> | 2003-11-01 10:45:56 +0000 |
---|---|---|
committer | Lars Koeller <lkoeller@FreeBSD.org> | 2003-11-01 10:45:56 +0000 |
commit | 9ca264acaf95cbefbd88e6e8b4e4af6c30bb520b (patch) | |
tree | e15283087e8b90051ccbb2a9ebc19bae0d2bb72b /sysutils/xperfmon3/Makefile | |
parent | f5ebbc7ea5c985fa94525b315b73fd2f0f24fe3f (diff) | |
download | ports-9ca264acaf95cbefbd88e6e8b4e4af6c30bb520b.tar.gz ports-9ca264acaf95cbefbd88e6e8b4e4af6c30bb520b.zip |
Notes
Diffstat (limited to 'sysutils/xperfmon3/Makefile')
-rw-r--r-- | sysutils/xperfmon3/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/xperfmon3/Makefile b/sysutils/xperfmon3/Makefile index 58bd8f7caa6f..2454e566d700 100644 --- a/sysutils/xperfmon3/Makefile +++ b/sysutils/xperfmon3/Makefile @@ -8,9 +8,7 @@ PORTNAME= xperfmon++ PORTVERSION= 3.1 CATEGORIES= sysutils -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/ +MASTER_SITES= ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/ DISTNAME= xperfmon++ EXTRACT_SUFX= v1.1.tar.Z @@ -25,7 +23,7 @@ MAN1= xperfmon++.1 .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500113 -BROKEN= "Does not compile" +BROKEN= "Does not compile" .endif .include <bsd.port.post.mk> |