diff options
author | grant <grant@pkgsrc.org> | 2004-05-22 16:50:39 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-05-22 16:50:39 +0000 |
commit | 9f5e8d31e9b4a088ac21b4457bb29b8c12221269 (patch) | |
tree | 1a3db48b6f5e4917a811018fa155bd9bedfacffb /sysutils | |
parent | 0687f75e497cd4465fcca36f99a75188ec321357 (diff) | |
download | pkgsrc-9f5e8d31e9b4a088ac21b4457bb29b8c12221269.tar.gz |
s/netbsd.org/NetBSD.org/, don't mention the Ports page URL in the
DESCR, it's already the HOMEPAGE.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xen12/DESCR | 6 | ||||
-rw-r--r-- | sysutils/xen12/Makefile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/xen12/DESCR b/sysutils/xen12/DESCR index e8fb20834f0..4efc0a8e8e2 100644 --- a/sysutils/xen12/DESCR +++ b/sysutils/xen12/DESCR @@ -1,6 +1,6 @@ Xen is is a virtual machine monitor for x86 that supports execution of multiple guest operating systems with unprecedented levels of performance -and resource isolation. Xen is Open Source software. +and resource isolation. Xen is Open Source software. -See http://www.cl.cam.ac.uk/Research/SRG/netos/xen/ for more details on Xen. -See http://www.netbsd.org/Ports/xen/ for more details on NetBSD/xen. +See http://www.cl.cam.ac.uk/Research/SRG/netos/xen/ for more details on +Xen. diff --git a/sysutils/xen12/Makefile b/sysutils/xen12/Makefile index 900583b93c8..d32ec00b900 100644 --- a/sysutils/xen12/Makefile +++ b/sysutils/xen12/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2004/05/22 16:31:04 cl Exp $ +# $NetBSD: Makefile,v 1.2 2004/05/22 16:50:39 grant Exp $ # DISTNAME= xeno-1.2-src-040418 @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tgz DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= cl@NetBSD.org -HOMEPAGE= http://www.netbsd.org/Ports/xen/ +HOMEPAGE= http://www.NetBSD.org/Ports/xen/ COMMENT= Xen Virtual Machine Monitor ONLY_FOR_PLATFORM= *-*-i386 |