diff options
author | kano <kano> | 2007-10-07 12:59:11 +0000 |
---|---|---|
committer | kano <kano> | 2007-10-07 12:59:11 +0000 |
commit | 7046299ae4450e3293dceb3f23dfd1a1b66187c9 (patch) | |
tree | bc8abb175c2e1c05238dd283debeb72732449a8f /emulators/compat14 | |
parent | b1f33b3584383b2e691361dcab7d7a8b4fb51ffe (diff) | |
download | pkgsrc-7046299ae4450e3293dceb3f23dfd1a1b66187c9.tar.gz |
fix obsolete URLs for www.NetBSD.org
close PR pkg/37071
reviewd by xtraeme@
Diffstat (limited to 'emulators/compat14')
-rw-r--r-- | emulators/compat14/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/compat14/Makefile b/emulators/compat14/Makefile index db17ecf8a63..096754ff293 100644 --- a/emulators/compat14/Makefile +++ b/emulators/compat14/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2007/08/30 16:54:07 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2007/10/07 12:59:11 kano Exp $ COMPAT_PKG= compat14 # for compat_netbsd/Makefile.common NETBSD_VERSION= 1.4 @@ -6,7 +6,7 @@ PKGREVISION= 2 CONFLICTS= compat14-crypto-[0-9]* -HOMEPAGE= http://www.NetBSD.org/Releases/formal-1.4/index.html +HOMEPAGE= http://www.NetBSD.org/releases/formal-1.4/index.html COMMENT= Shared libraries for NetBSD 1.4 compatibility EMUL_PLATFORMS= netbsd-alpha netbsd-arm netbsd-i386 netbsd-m68k \ |