diff options
author | kevlo <kevlo@FreeBSD.org> | 2002-08-30 03:31:30 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2002-08-30 03:31:30 +0000 |
commit | 303032b28e74a1316a445c96ac16825111164d4e (patch) | |
tree | d2d47ef98b4f3ffdaaa8b4da6df0facd98777822 /misc/cpuid | |
parent | aa9d806a52c04cc4f7738c7918dd5cd84558c7b9 (diff) | |
download | FreeBSD-ports-303032b28e74a1316a445c96ac16825111164d4e.zip FreeBSD-ports-303032b28e74a1316a445c96ac16825111164d4e.tar.gz |
Update MASTER_SITES and WWW
PR: 42145
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Diffstat (limited to 'misc/cpuid')
-rw-r--r-- | misc/cpuid/Makefile | 2 | ||||
-rw-r--r-- | misc/cpuid/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/cpuid/Makefile b/misc/cpuid/Makefile index fbc8515..54db0e3 100644 --- a/misc/cpuid/Makefile +++ b/misc/cpuid/Makefile @@ -9,7 +9,7 @@ PORTNAME= cpuid PORTVERSION= 3.3 CATEGORIES= misc -MASTER_SITES= http://people.qualcomm.com/karn/code/cpuid/ +MASTER_SITES= http://www.ka9q.net/code/cpuid/ MAINTAINER= ports@FreeBSD.org diff --git a/misc/cpuid/pkg-descr b/misc/cpuid/pkg-descr index 195c562..aa51f0b 100644 --- a/misc/cpuid/pkg-descr +++ b/misc/cpuid/pkg-descr @@ -2,4 +2,4 @@ This is a fairly complete CPU identification utility. It has been tested on several Intel, AMD and Cyrix CPUs. If the Pentium III serial number misfeature is present and enabled, this program will display it. -WWW: http://people.qualcomm.com/karn/code/cpuid/ +WWW: http://www.ka9q.net/code/cpuid/ |