diff options
author | jlam <jlam> | 2006-07-06 21:14:19 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-07-06 21:14:19 +0000 |
commit | 5b2651f8e7fed6d8326a0a12057e6cb4f35fa4cd (patch) | |
tree | 34364e3e6a8e17d28cb01c2f8f6cd465504d1f0e /sysutils/fixelfprot | |
parent | a09dbc497840a80326a35402d4c742d13aff9d2c (diff) | |
download | pkgsrc-5b2651f8e7fed6d8326a0a12057e6cb4f35fa4cd.tar.gz |
In URLs, the "NetBSD" should be capitalized as such, i.e. "NetBSD.org",
not "netbsd.org".
Diffstat (limited to 'sysutils/fixelfprot')
-rw-r--r-- | sysutils/fixelfprot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/fixelfprot/Makefile b/sysutils/fixelfprot/Makefile index 1725e83df56..0864e2a1aec 100644 --- a/sysutils/fixelfprot/Makefile +++ b/sysutils/fixelfprot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/03/04 21:30:41 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2006/07/06 21:14:19 jlam Exp $ DISTNAME= fixelfprot-20040714 CATEGORIES= sysutils @@ -6,7 +6,7 @@ MASTER_SITES= # empty DISTFILES= # empty MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://mail-index.netbsd.org/tech-kern/2004/07/11/0002.html +HOMEPAGE= http://mail-index.NetBSD.org/tech-kern/2004/07/11/0002.html COMMENT= C program to fix ELF protection on .got table for PowerPC ONLY_FOR_PLATFORM= NetBSD-*-powerpc |