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/compat13 | |
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/compat13')
-rw-r--r-- | emulators/compat13/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/compat13/Makefile b/emulators/compat13/Makefile index 7bbb3b752f5..53c66b7a889 100644 --- a/emulators/compat13/Makefile +++ b/emulators/compat13/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.30 2007/08/30 16:54:06 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2007/10/07 12:59:11 kano Exp $ COMPAT_PKG= compat13 # for compat_netbsd/Makefile.common NETBSD_VERSION= 1.3 PKGREVISION= 3 -HOMEPAGE= http://www.NetBSD.org/Releases/formal-1.3/index.html +HOMEPAGE= http://www.NetBSD.org/releases/formal-1.3/index.html COMMENT= Shared libraries for NetBSD 1.3 compatibility EMUL_PLATFORMS= netbsd-alpha netbsd-arm netbsd-i386 netbsd-m68k \ |