diff options
author | kevlo <kevlo@FreeBSD.org> | 2002-08-30 11:31:30 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2002-08-30 11:31:30 +0800 |
commit | 303032b28e74a1316a445c96ac16825111164d4e (patch) | |
tree | d2d47ef98b4f3ffdaaa8b4da6df0facd98777822 /misc | |
parent | aa9d806a52c04cc4f7738c7918dd5cd84558c7b9 (diff) | |
download | freebsd-ports-gnome-303032b28e74a1316a445c96ac16825111164d4e.tar.gz freebsd-ports-gnome-303032b28e74a1316a445c96ac16825111164d4e.tar.zst freebsd-ports-gnome-303032b28e74a1316a445c96ac16825111164d4e.zip |
Update MASTER_SITES and WWW
PR: 42145
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Diffstat (limited to 'misc')
-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 fbc8515eb3e1..54db0e3e8b0d 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 195c562c48e6..aa51f0b568c4 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/ |