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 /pkgtools/pkglint/Makefile | |
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 'pkgtools/pkglint/Makefile')
-rw-r--r-- | pkgtools/pkglint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index c833cde52f0..a35140f7142 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.345 2006/07/02 09:47:17 rillig Exp $ +# $NetBSD: Makefile,v 1.346 2006/07/06 21:14:19 jlam Exp $ # DISTNAME= pkglint-4.66 @@ -7,7 +7,7 @@ MASTER_SITES= # empty DISTFILES= # empty MAINTAINER= rillig@NetBSD.org -HOMEPAGE= http://www.netbsd.org/Documentation/pkgsrc/ +HOMEPAGE= http://www.NetBSD.org/Documentation/pkgsrc/ COMMENT= Verifier for NetBSD packages and complete pkgsrc tree DEPENDS+= digest>=20010101:../../pkgtools/digest |