diff options
author | wiz <wiz@pkgsrc.org> | 2017-12-24 09:44:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-12-24 09:44:16 +0000 |
commit | 141193f199a7d45796537bc15d8c6da001105d0e (patch) | |
tree | ecb18defa3262c6c0c5b5973496a42a2f17866d0 /emulators | |
parent | 3aaffab435b993a7ec5d6817079f46757be165d2 (diff) | |
download | pkgsrc-141193f199a7d45796537bc15d8c6da001105d0e.tar.gz |
compat30-extras: fix HOMEPAGE
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/compat30-extras/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/compat30-extras/Makefile b/emulators/compat30-extras/Makefile index 8e6b60dda19..f2810e871f0 100644 --- a/emulators/compat30-extras/Makefile +++ b/emulators/compat30-extras/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2007/10/07 12:59:12 kano Exp $ +# $NetBSD: Makefile,v 1.5 2017/12/24 09:44:16 wiz Exp $ COMPAT_PKG= compat30 # for compat_netbsd/Makefile.common NETBSD_VERSION= 3.0 -HOMEPAGE= http://www.NetBSD.org/releases/formal-3.0/index.html +HOMEPAGE= https://www.netbsd.org/releases/formal-3/ COMMENT= Additional shared libraries for NetBSD 3.0 compatibility EMUL_PLATFORMS= netbsd-i386 netbsd-sparc netbsd-vax |