diff options
author | jlam <jlam@pkgsrc.org> | 2006-07-06 21:14:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-07-06 21:14:19 +0000 |
commit | cf56f31e09021afe6a6f964e8a150cba876881f8 (patch) | |
tree | 34364e3e6a8e17d28cb01c2f8f6cd465504d1f0e /sysutils/xentools12 | |
parent | 1d395074e58e0e2ee20da6f1560eaf895b87dba6 (diff) | |
download | pkgsrc-cf56f31e09021afe6a6f964e8a150cba876881f8.tar.gz |
In URLs, the "NetBSD" should be capitalized as such, i.e. "NetBSD.org",
not "netbsd.org".
Diffstat (limited to 'sysutils/xentools12')
-rw-r--r-- | sysutils/xentools12/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xentools12/Makefile b/sysutils/xentools12/Makefile index f3f059a8d05..f8d41d948ac 100644 --- a/sysutils/xentools12/Makefile +++ b/sysutils/xentools12/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/02/05 23:10:57 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2006/07/06 21:14:19 jlam Exp $ # DISTNAME= xeno-1.2-src-040418 @@ -11,7 +11,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DISTFILES+= netbsd-xen-kernel-headers-040508.tar.gz MAINTAINER= cl@NetBSD.org -HOMEPAGE= http://www.netbsd.org/Ports/xen/ +HOMEPAGE= http://www.NetBSD.org/Ports/xen/ COMMENT= Userland Tools for Xen ONLY_FOR_PLATFORM= *-*-i386 |