summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2002-08-30 03:31:30 +0000
committerKevin Lo <kevlo@FreeBSD.org>2002-08-30 03:31:30 +0000
commit7a04214e23398c2dcf4ce93e7e089fc789d2de3c (patch)
tree1dc8141ddb0710e4473de800d96849e153b64309
parentFix a typo. (diff)
Update MASTER_SITES and WWW
PR: 42145 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Notes
Notes: svn path=/head/; revision=65270
-rw-r--r--misc/cpuid/Makefile2
-rw-r--r--misc/cpuid/pkg-descr2
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/